Robotics StackExchange | Archived questions

Hey evreyone does any one know if i can use an stl model of my robot directly in gazebo ? or should i build the robot from scratch in an SDF format? thanks in advance

I have an STL model of my robot. I am using Gazebo 11

Asked by hendou on 2020-12-04 08:20:25 UTC

Comments

Answers

If you load the whole STL into gazebo, it'll be just one mesh. If you have moving parts in the robot, they should be broken into multiple meshes (or submeshes), e.g. wheel as a separate mesh so you can attach it to the chassis with a revolute joint.

Asked by iche033 on 2020-12-18 14:17:55 UTC

Comments