Skip to content

Commit 7f70b78

Browse files
authored
Add missing encoding table entries for Koch arm (#1534)
1 parent 55198de commit 7f70b78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lerobot/motors/dynamixel/tables.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
"Goal_PWM": X_SERIES_CONTROL_TABLE["Goal_PWM"][1],
108108
"Goal_Current": X_SERIES_CONTROL_TABLE["Goal_Current"][1],
109109
"Goal_Velocity": X_SERIES_CONTROL_TABLE["Goal_Velocity"][1],
110+
"Goal_Position": X_SERIES_CONTROL_TABLE["Goal_Position"][1],
111+
"Present_Position": X_SERIES_CONTROL_TABLE["Present_Position"][1],
110112
"Present_PWM": X_SERIES_CONTROL_TABLE["Present_PWM"][1],
111113
"Present_Current": X_SERIES_CONTROL_TABLE["Present_Current"][1],
112114
"Present_Velocity": X_SERIES_CONTROL_TABLE["Present_Velocity"][1],

0 commit comments

Comments
 (0)