This is ROS 2 version pkg for Sparse Bundle Adjustment Library (needed for slam_karto_ros2)
The original repo (ROS 1) was developed at Willow Garage as part of the vslam stack.
(original repo: https://github.com/ros-perception/sparse_bundle_adjustment)
- HaoChih, LIN (haochih.lin@adlinktech.com)
BSD License (adhere to original ROS 1 sparse_bundle_adjustment pkg)
$ cd ~/ros2_ws
$ ament build --only-packages sparse_bundle_adjustment
For isolated build
$ ament build --isolated --symlink-install --only sparse_bundle_adjustment
Add "find_package(sparse_bundle_adjustment REQUIRED)" in your CMakeLists.txt