ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The shared_ptr
assertion mentions the type urdf::Inertial
. Assuming your plugin does not mess around with this, maybe you forgot a required <inertial>
node in your URDF file, and Gazebo crashes when it tries to access that?