How to add RaySensor plugin to the world file?
According to modification of this tutorial I managed to create a plugin for a ray sensor. I also added the line
<plugin name="RayPlugin" filename="build/libRayPlugin.so"/>
to the .world file directly bellow
<sensor name='my_sensor' type='ray'>
just like in the tutorial. However, when I open the world in Gazebo, the plugin doesn't appear there. The path to the plugin is correct, as I am able to use model plugins. I'm using Gazebo 9 on Ubuntu 18.4.1.
Asked by tommy on 2018-08-08 07:55:04 UTC
Answers
Turned out the plugin is not displayed in the Gazebo GUI, but it is loaded and works.
Asked by tommy on 2018-08-09 02:11:18 UTC
Comments