-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple IMU sensors with imu_sensor_broadcaster #191
Comments
The |
Thank you for that. I will check that! The other question is how spawn properly multiple robots where the plugin configs are in the robot's urdf? |
Plugins such as |
I have added the plugin loading to worlds and it worked. |
During making an example with multiple ROSbots I cannot separate IMU sensors for each robot. Ignition system of 2 robots reads the value of the imu from one sensor. How to create multiple sensors with
imu_sensor_broadcaster
?This is URDF where
namespace_ext
isrosbot1/
orrosbot2/
:Configuration
ROS 2 Humble
Reproduce
The example you can run from here https://github.com/husarion/rosbot_ros/tree/add-namespaces following the README and then run in terminal 1:
In the second terminal:
Here is the video with the issue. On the right side you can see the plots with orientation w and z. When the second robot spawns the values of the /rosbot1/imu_broadcaster are shadowed.
Screencast from 28.11.2023 16:18:00.webm
The text was updated successfully, but these errors were encountered: