However, when launched through ros_gz_sim, I do not see any topics such as /demo. I am using ign gazebo. I am getting messages saying libgazebo_ros_imu_sensor is not exposing any symbols.
ruby $(which ign) gazebo-2] [INFO] [1720865080.083022565] [gz_ros2_control]: Loading sensor: imu_sensor
[ruby $(which ign) gazebo-2] Library [/opt/ros/humble/lib/libgazebo_ros_imu_sensor.so] does not export any plugins. The symbol [IgnitionPluginHook] is missing, or it is not externally visible.
what could I be doing wrong? Do these plugins work with ign gazebo?
the namespace should be same as the name you provide to the plugin, in this case it should be "imu_plugin", if you want demo then change the plugin name to "demo"
Hi all I am trying to use libgazebo_ros_imu_sensor.so plugin with ros2. The relevent part of urdf is given below:
However, when launched through ros_gz_sim, I do not see any topics such as /demo. I am using ign gazebo. I am getting messages saying libgazebo_ros_imu_sensor is not exposing any symbols.
what could I be doing wrong? Do these plugins work with ign gazebo?
Thanks