slam_gmapping
slam_gmapping copied to clipboard
Ubuntu 18.04 Installation
Hi there. I'm a relatively new Linux user, so I'm not familiar with the steps to compile a project via the command line. Could you comment how to properly install this package into the ros2 share folder for use? It would be greatly appreciated.
@NathanDodson sorry for the late reply. The installation procedure for this package is similar to other ros2 packages. The command would be
colcon build --packages-select slam_gmapping openslam_gmapping
This installation should be enough for suitable usage of the packages.