ODE control loop #4305
ShuffleWire
announced in
Q&A
Replies: 1 comment 1 reply
-
I don't think it is a PID, this is something internal to ODE for velocity control only. You should refer to ODE documentation and/or source code for more details. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working with a motor in "speed control" mode, and I've some issue to get the correct output speed.
As a consequence, I'm change to a force control, and added a custom PID control on it to get the speed correct. It work well.
However, The doc https://cyberbotics.com/doc/reference/motor?version=master#force-and-torque-control say thing about "ODE internal control loop". I'm expecting it's some sort of PID ? If so how could I change the parameters of this control loop ?
Beta Was this translation helpful? Give feedback.
All reactions