cartographer-project / cartographer

Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Apache License 2.0
7.12k stars 2.25k forks source link

Install cartographer inside catkin_make's workspace #1865

Open robertsenps opened 2 years ago

robertsenps commented 2 years ago

Hi all,

I want to integrate cartographer with my old workspace that uses catkin_make instead of catkin_make_isolated. How can I separate cartographer_ros and cartographer? can I install cartographer to another place like if we install a library ?and catkin_make the cartographer_ros along with another ros packages?

Thank you