Why doesn't dcmotor support current input mode? #3241
Replies: 1 comment 1 reply
-
|
The XML reference lists For current control, use an outer controller that reads the motor current state/error and writes a voltage command each step, or implement the actuator as a custom |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a researcher.
My setup
MuJoCo 3.7.0
Pyhton
Mac
My question
I see that
dcmotorsupports stateful current dynamics and also providespositionandvelocityinput modes via built-in controllers.Is there a specific reason why
input="current"is not supported?Forexample, something like
v_cmd = PID(i_desired, i_actual).Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions