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

Revision history [back]

Assuming that you are using Ubuntu and installed ROS following the instructions on the wiki, the sources are not installed in your computer. Just the binaries.

If you want to modify the code on base_local_planner, you will have to clone the source code from the github repository into your workspace, do your modifications and compile.

Hope this helps