ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Did you build ORB_SLAM2 from original repo without any changes? If so, you may have to apply this patch to disable -march=native
and rebuild ORB_SLAM2. If you installed PCL from binaries, normally rtabmap won't be built with -march=native
, so when we use a dependency using it, rtabmap will crash when using Eigen functions. If the patch doesn't help, you may add --udebug
to odom_args
to see more logs.