Thanks. Any idea what this particular issue might be about? Happy to create a PR to help the porting effort if someone could point me in the right direction!
Honestly I’ve never seen anything as crazy as that, could be anything. It may be worth checking if there have been any changes to urdf and xacro since Kinetic, it’s probably something to do with the robot description.
Thanks for those pointers! I finally made some inroads on this. I still don’t fully understand it, but it seems to be related to the inertia matrix. Once I realized that the origin in the inertial element is not alone responsible for setting the location of the center of gravity (or at least so it seems), but that the inertia matrix is relevant, too, I was able to experiment with the right parameters.
I’ve found that if I make the following change in magni.urdf.xacro, magni behaves as expected and doesn’t tip over no matter how hard I try:
When I check the center of gravity in gazebo, it now seem to be in a reasonable place (a bit behind the front-axis), whereas before it was directly above the front-axis.