I am trying to get IMU data from ZED2i via ROS. The topic is present, but no data is published. /odom, point cloud and images are fine, but no imu, magnetometer, baro and temperature data.
I launch the node with roslaunch zed_wrapper zed2i.launch.
Here is zed2i.yaml content:
Sensors params are default:
sensors:
max_pub_rate: 400.0
publish_imu_tf: true
sensors_timestamp_sync: false
ROS Noetic, SDK 4.0, ros wrapper - cloned latest from github.