Robotics StackExchange | Archived questions

gravity does not work on my model

Hi guys, I'm having a slight problem with Gazebo 11. I have created models with Fusion360 and imported them as stl into gazebo. However the gravity tab under "links" is False and it doesn't let me enable it to True... Is there anything I need to do within my model sdf ? Admittedly, I did not use the most clean method to generate my files. I simply copied my stl into another object's folder and renamed all the sdf files and sort. Can anyone help me? Thanks

Asked by PumpkinIcedTea on 2022-01-13 21:20:32 UTC

Comments

Answers

Did you set your model with <static>true</static>? Ref: http://sdformat.org/spec?ver=1.7&elem=model#model_static

This must be set in the sdf file, and can't be changed by the GUI.

Asked by Veerachart on 2022-01-18 00:43:47 UTC

Comments