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

In a rosbuild setup (i.e. when using rosmake). make is just the standard make, which will build your package only. It will not build any dependencies nor will it realize that any dependencies have changed.

The safe way is to use rosmake. If you do that once and only change your package, using make for that should be safe.