Skip to content

Commit f406a22

Browse files
author
AndyZe
authored
Update launch file to use output="both" (#357)
1 parent 626d04b commit f406a22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/tutorials/quickstart_in_rviz/launch/demo.launch.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,7 @@ def generate_launch_description():
175175
package="controller_manager",
176176
executable="ros2_control_node",
177177
parameters=[robot_description, ros2_controllers_path],
178-
output={
179-
"stdout": "screen",
180-
"stderr": "screen",
181-
},
178+
output="both",
182179
)
183180

184181
# Load controllers

0 commit comments

Comments
 (0)