Bullet position tracking could be closer to moteus behavior #359
stephane-caron
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently Bullet position tracking is implemented as$\tau = \tau_f + K_p (p^* - p) + K_v (v^* - v),$ while moteus position control is implemented as:
The simulation would be improved by adding the internal
control_position
andcontrol_velocity
for each motor to model more accurately the moteus behavior.Beta Was this translation helpful? Give feedback.
All reactions