Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3d2d81d
feat: add foot pedal control for neuracore recording
Pruthvi-Neuracore Mar 5, 2026
7bb398c
fix: pre-commits
Pruthvi-Neuracore Mar 9, 2026
f78d085
Refactor: Move foot pedal logic into example 7 and remove redundant s…
Pruthvi-Neuracore Mar 16, 2026
2f6154c
Integrated foot pedal teleop alignment with robust headless testing a…
Pruthvi-Neuracore Mar 16, 2026
437c688
temp commit
mark-neuracore Mar 20, 2026
96437bb
added torques as current values
mark-neuracore Apr 1, 2026
c59ecf6
feat: wrist twisting and scaling controls
mark-neuracore Apr 15, 2026
be485c5
feat: add heartbeat
Pruthvi-Neuracore Apr 15, 2026
d82694f
feat: add wrist rotation and rescaling to example 2
mark-neuracore Apr 15, 2026
45bb140
feat: add cross emobdiment fixes
mark-neuracore May 19, 2026
069d289
feat:fix preproc calls and cross embodiment
mark-neuracore May 20, 2026
895900c
fix: make the policy inference work sequentially from remote inference.
halid-neuracore May 20, 2026
6ba55ef
fix: make the policy inference work sequentially from remote inference.
halid-neuracore May 20, 2026
ffa14bd
fix:let the robot load from model checkpoints from other organisations
halid-neuracore May 21, 2026
2f669ca
fix the seuqntial inference
halid-neuracore May 21, 2026
d8e427f
fix:agile_x is working with teleoperation smoothly
halid-neuracore May 26, 2026
12c69a3
refector:make the examples smaller
halid-neuracore May 26, 2026
d43ff90
fix: fixed target gripper dropping from recordings
mark-neuracore May 26, 2026
fc6ce07
fix: make the policy inference work sequentially from remote inference.
halid-neuracore May 20, 2026
68a21e7
fix: make the policy inference work sequentially from remote inference.
halid-neuracore May 20, 2026
bf9f775
fix the seuqntial inference
halid-neuracore May 21, 2026
3fda927
fix:agile_x is working with teleoperation smoothly
halid-neuracore May 26, 2026
f7e0f5e
chore:about to mearge from main
halid-neuracore May 26, 2026
be6b4ac
chore:about to mearge from main again
halid-neuracore May 26, 2026
5a0e3ae
refactor: example 4 is working with model-path
halid-neuracore May 27, 2026
6c8aa34
fix:add the adative ik-tuning config
halid-neuracore May 27, 2026
65bf72e
fix:new example 4 is working with yaml ik configuration
halid-neuracore May 27, 2026
3907292
fix:example 3 is working with our new architecture
halid-neuracore May 27, 2026
27408fb
fix:let the example 5 work with our new setup
halid-neuracore May 27, 2026
08b4cba
fix:made example 6 works, and I do not think I can fix example 7 as t…
halid-neuracore May 27, 2026
c158874
add explanations for ik configs
halid-neuracore May 27, 2026
ec1001b
fix:updated README for clearer explanation
halid-neuracore May 27, 2026
16ede79
fix:update readme for example file command
halid-neuracore May 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ venv/
env/
venv.bak/
env.bak/
logs/
logs/

*.zip
tuned_teleop_configs.yaml
347 changes: 167 additions & 180 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip:
- piper-sdk==0.6.1
- pin
- pin-pink
- pin-pink==3.5.0
- qpsolvers[quadprog]
- yourdfpy
- pure-python-adb
Expand Down
8 changes: 8 additions & 0 deletions example-agilex-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ Viser
wxyz
xyzw
yourdfpy
Lerobot
readchar
ecodes
evdev
keystate
pynput
ungrab

Loading
Loading