We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55198de commit 7f70b78Copy full SHA for 7f70b78
src/lerobot/motors/dynamixel/tables.py
@@ -107,6 +107,8 @@
107
"Goal_PWM": X_SERIES_CONTROL_TABLE["Goal_PWM"][1],
108
"Goal_Current": X_SERIES_CONTROL_TABLE["Goal_Current"][1],
109
"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],
112
"Present_PWM": X_SERIES_CONTROL_TABLE["Present_PWM"][1],
113
"Present_Current": X_SERIES_CONTROL_TABLE["Present_Current"][1],
114
"Present_Velocity": X_SERIES_CONTROL_TABLE["Present_Velocity"][1],
0 commit comments