You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
I am wondering if above usage of the plugin is not compatible with the ros2 control package.
Thanks
The text was updated successfully, but these errors were encountered:
Hello
I have setup ros2 control with ackerman drive which works properly and lets me control the vehicle by publishing to ros2 topics. Now I want to add an IMU sensor and following this tutorial: https://docs.nav2.org/setup_guides/odom/setup_odom.html?highlight=imu_plugin
As per the tutorial, I have added the IMU sensor as follows:
When started however, I get the following error:
[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.
I am wondering if above usage of the plugin is not compatible with the ros2 control package.
Thanks
The text was updated successfully, but these errors were encountered: