rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

euroc_datasets.launch - nothing being processed in RTAB/Map

Open IvanStrahija opened this issue 1 year ago • 1 comments

When running euroc_datasets.launch file from rtabmap_examples there is nothing being processed in the RTAB-Map window. How I run it: Terminal 1: roslaunch rtabmap_examples euroc_datasets.launch MH_seq:=true Terminal 2: rosbag play --clock MH_01_easy.bag

This is what I get back in terminal : [ WARN] [1719491429.848879410, 1403636651.412207670]: odometry: waiting imu (/imu/data) to initialize orientation (wait_imu_to_init=true)

When running my own launch file with live image from D435i it is all working properly.

IvanStrahija avatar Jun 27 '24 12:06 IvanStrahija

Check if you see this error when launching euroc_datasets.launch:

ERROR: cannot launch node of type [imu_complementary_filter/complementary_filter_node]: imu_complementary_filter
ROS path [0]=/opt/ros/noetic/share/ros
ROS path [1]=/catkin_ws/src
ROS path [2]=/opt/ros/noetic/share

Install with:

sudo apt install ros-noetic-imu-complementary-filter

matlabbe avatar Jun 30 '24 20:06 matlabbe