introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.75k stars 785 forks source link

[ERROR] (2019-10-14 17:31:07.831) OdometryF2M.cpp:208::computeTransform() IMU received doesn't have orientation set, it is ignored. If you are using RTAB-Map standalone, enable IMU filtering in Preferences->Source panel. On ROS, use "imu_filter_madgwick" or "imu_complementary_filter" packages to compute the orientation. #455

Open xiaoqiuslam opened 4 years ago

xiaoqiuslam commented 4 years ago

[ERROR] (2019-10-14 17:31:07.831) OdometryF2M.cpp:208::computeTransform() IMU received doesn't have orientation set, it is ignored. If you are using RTAB-Map standalone, enable IMU filtering in Preferences->Source panel. On ROS, use "imu_filter_madgwick" or "imu_complementary_filter" packages to compute the orientation.

need help !

matlabbe commented 4 years ago

Are you on ROS or with the standalone? You are feeding IMU data to rtabmap without orientation estimated.

xiaoqiuslam commented 4 years ago

Are you on ROS or with the standalone? You are feeding IMU data to rtabmap without orientation estimated.

I used vinsfusion and d435i to generate the binocular map, and then I used rtabmap / bin $. / rtabmap to load it. The above error occurred.

matlabbe commented 4 years ago

The error above is with Odometry F2M approach:

If you select VINS-Fusion for Odometry:

cheers, Mathieu