ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

roscd gmapping

will take you to the package source directory. However if you installed only the binaries, you might want to get the source code from git.

git clone https://github.com/ros-perception/slam_gmapping

You can now edit the source code accordingly and perform a catkin_make.

roscd gmapping

will take you to the package source directory. However if you installed only the binaries, you might want to get the source code from git.

git clone https://github.com/ros-perception/slam_gmapping

You can now edit the source code accordingly accordingly(in your case, slam_gmapping.cpp) and perform a catkin_make.