Skip to content

Commit

Permalink
capture launch stderr output
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Dec 13, 2023
1 parent 279cb82 commit d218251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kuka_iiqka_eac_driver/launch/startup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def launch_setup(context, *args, **kwargs):
"urdf", robot_model.perform(context) + ".urdf.xacro"]
),
" ",
]
], on_stderr='capture'
)

# Get URDF via xacro
Expand Down
2 changes: 1 addition & 1 deletion kuka_kss_rsi_driver/launch/startup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def launch_setup(context, *args, **kwargs):
" ",
"use_fake_hardware:=",
use_fake_hardware,
]
], on_stderr='capture'
)

robot_description = {'robot_description': robot_description_content}
Expand Down
2 changes: 1 addition & 1 deletion kuka_sunrise_fri_driver/launch/startup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def launch_setup(context, *args, **kwargs):
"urdf", robot_model.perform(context) + ".urdf.xacro"]
),
" ",
]
], on_stderr='capture'
)

# Get URDF via xacro
Expand Down

0 comments on commit d218251

Please sign in to comment.