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

Revision history [back]

Given all your dependencies are built already, calling make instead of rosmake is fine. What rosmake essentially does is traversing the dependency tree of your package in the right order and executing make in each package. After you called it once and don't change code in your dependencies, calling make in your package is much faster and should be just fine.