Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

for a catkin workspace you can add the following to the export region of your package.xml of the package that launches gazebo:

<export>
  <gazebo_ros gazebo_plugin_path="${prefix}/lib"/>
</export>

for me this works fine and all of my plugins are found.