Hi! Thanks for the awesome works!
I have tried the quad_sdk in gazebo, and it works well for the primitive robot carrying nothing.
But when I used it with the same parameters (in nmpc_controller/scripts/main.m) on a real robot with additional sensors (which cause the imbalance of mass distribution and the center of gravity may being too forward), the robots tend to pitch down and fall.
So I think I should change the parameters in nmpc_controller/scripts/main.m or quad_utils/config/robot_name.yaml, especially the parameter.physics.inertia_body. But I don't have an exact introduction to such parameters modifications.
I want to know how to solve the problem through parameter modifications (of nmpc_controller or others), Thanks!