Robotics StackExchange | Archived questions

how to disable roslaunch summary from console

Is there a way to send the following part after roslaunch to log file and not display on console

xacro: in-order processing became default in ROS Melodic. You can drop the option.
started roslaunch server http://127.0.0.1:5563/

SUMMARY ========

CLEAR PARAMETERS
 * 
 * 

PARAMETERS
 * 
 * 
 * 
 *   
 * 

NODES
  /

ROS_MASTER_URI=http://127.0.0.1

process[]

Asked by eshta on 2022-08-23 08:31:21 UTC

Comments

Answers

I don't believe that's supported. --no-summary will suppress printing the summary, but completely, so it will also not be logged.

Asked by gvdhoorn on 2022-08-24 02:15:18 UTC

Comments