Skip to content

Commit

Permalink
Fix output argument for Rviz
Browse files Browse the repository at this point in the history
  • Loading branch information
zixingjiang committed Nov 4, 2024
1 parent 35ab1e1 commit 98d9992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndi_bringup/launch/polaris_vega.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def generate_launch_description():
package='rviz2',
executable='rviz2',
arguments=['-d', rviz_config],
output='none',
output='log',
condition=IfCondition(gui),
)

Expand Down

0 comments on commit 98d9992

Please sign in to comment.