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

Does the system() call block when it executes? If not, then the command is running in the background.

Keep in mind that "background" does not imply spawning a different terminal window or logging to disk by default. The process will use the same terminal as its parent.