IMU data is not published anymore.
Steps:
- run
luxonis/rae-ros-robot:humble
- run either
robot.launch.py or bringup.launch.py w/o LED node
- run
ros2 topic echo /rae/imu/data
Expected: IMU data is published.
Actual: there's no data at all.
Note that when I used the previous docker images, at least angular velocity and linear acceleration were published. On the other hand, IMU plugin didn't reflect any changes in robot's pose in RViz.
IMU data is not published anymore.
Steps:
luxonis/rae-ros-robot:humblerobot.launch.pyorbringup.launch.pyw/o LED noderos2 topic echo /rae/imu/dataExpected: IMU data is published.
Actual: there's no data at all.
Note that when I used the previous docker images, at least angular velocity and linear acceleration were published. On the other hand, IMU plugin didn't reflect any changes in robot's pose in RViz.