how to Tune PID for real-robot #275
Replies: 1 comment 1 reply
-
What do you mean with different type? Can you provide more specs on the new motor? If the connections are the same (encoders / forward / backward) the only thing you should change is the encoders ticks per revolution value: See https://github.com/Ekumen-OS/andino/blob/humble/andino_description/config/andino/hardware.yaml#L6 You should insert there the number of encoder ticks per revolution of your motor. You can find it in the datasheet or even better, measure yourself using some script, you can use something like https://github.com/Ekumen-OS/andino/tree/humble/andino_firmware#test-it |
Beta Was this translation helpful? Give feedback.
-
because I am using the same motor as Andino is using but different type.
the default PID parameters seem to be not suitable for my Motor, but i dont know how to Tune it?
someone help me, please.
-thank you-
Beta Was this translation helpful? Give feedback.
All reactions