ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Here your node expects data on imu_topic
but its available on auk/fcu/imu
<remap from="imu_topic" to="auk/fcu/imu"/>
OR
you can change topic while playing your bag file like
rosbag play bag_file.bag /auk/fcu/imu:=/imu_topic