My model in gazebo compress when load controller
I simulate a quadruped robot in gazebo using Noetic . When I just view the model, it is just fine. But if I load the controller, all legs collapse to each other. Why does this happen? Thanks in advance.
The images are below: https://blog.csdn.net/weixin_46536094/article/details/125675770?spm=1001.2014.3001.5502
Asked by rookie308 on 2022-07-07 23:03:25 UTC
Answers
One cause of this is that you do not have the joint-related parameters set to good values. For example, the max. joint effort may be too small, or the joint's control-loop PID feedback may be too small, or the joint's control-loop update rate may be too slow.
Most robot joints are not locked in a particular position. The joint motor is constantly running, dynamically fighting the weight above the joint.
Asked by Mike Scheutzow on 2022-07-10 11:20:21 UTC
Comments