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

It appears that ROS doesn't support output redirection to a specified file yet, however it can output stdout/stderr to a file in $ROS_HOME/log. If you want to launch the node outside of a launch file, you may be able to use the standard Linux output redirection, but that has not been tested yet. I hope that this answers your question!

It appears that ROS doesn't support output redirection to a specified file yet, however it can output stdout/stderr to a file in $ROS_HOME/log. by changing the output attribute in the launch file to "log". If you want to launch the node outside of a launch file, you may be able to use the standard Linux output redirection, but that has not been tested yet. I hope that this answers your question!