Stdout/stderr not printed to console

asked 2021-01-25 14:05:10 -0500

kriato gravatar image

I'm executing a node from the launch file. When launching the node with a namespace, the output of, for example, ROS_INFO, is not printed to the console. I'm setting output to screen of course.

PRINTING TO THE CONSOLE: <node name="node_name" pkg="pkg" type="node_type" args="" respawn="false" output="screen">

NOT PRINTING TO THE CONSOLE: <node ns="my_namespace" name="node_name" pkg="pkg" type="node_type" args="" respawn="false" output="screen">

Thank you all.

edit retag flag offensive close merge delete