ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It seems rtabmap_ros
is linking on a rtabmap
library built without g2o and gtsam support. g2o and gtsam builds should work on ROS2 (it is independent of ros). The ROS2 binaries should have g2o dependency. You can try to debug which rtabmap is on the PATH:
$ which rtabmap
and check version and dependencies of that version:
$ rtabmap --version
This could help in case you have multiple rtabmap versions installed.
2 | No.2 Revision |
It seems rtabmap_ros
is linking on a rtabmap
library built without g2o and gtsam support. g2o and gtsam builds should work on ROS2 (it is independent of ros). The ROS2 binaries should have g2o dependency. You can try to debug which rtabmap is on the PATH:
$ which and check version and dependencies of that version:
$ rtabmap This could help in case you have multiple rtabmap versions installed. installed.