![]() | 1 | initial version |
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.