ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Is there a way to stop roslaunch from printing out this summary or otherwise suppress the output while leaving node output intact?
No.
--no-summary
will suppress everything from the summary.
2 | No.2 Revision |
Is there a way to stop roslaunch from printing out this summary or otherwise suppress the output while leaving node output intact?
No.
--no-summary
will suppress everything from the summary.
Edit:
when I said node output I meant the printouts from the nodes themselves (with output=screen), not the list of nodes launched in the summary.
Ah.
In that case: --no-summary
should do what you want.