ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The drawAxis error for Opencv 4.5.5 has been fixed here: https://github.com/introlab/rtabmap/commit/cf64b20e1fd5b7aca6f5f708e9b790aa41e799db
OpenCV should be built WITH_CUDA=ON
, then rtabmap should be built against that OpenCV version, not the one installed by binaries. It should be easier to remove opencv binaries and rebuild all ros packages depending on it (like cv_bridge). Build/install your OpenCV/CUDA version in /usr/local, rtabmap and rtabmap_ros should then find it automatically and build with it.