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

Revision history [back]

I'd suggest that you generally don't modify and recompile the stock installation but if you want to, then you need to:

sudo bash
. /opt/ros/diamondback/setup.bash   // assuming you have diamondback installed
roscd {desired package}
rm ROS_NOBUILD         // in each package that you want to recompile
rosmake