Skip to content

Commit 99fcb9f

Browse files
SteveMacenskiMarcoMatteoBassa
authored andcommitted
suppress rviz logging to warnings and above (ros-navigation#5163)
* suppress rviz to warnings and above Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * Update nav2_bringup/launch/rviz_launch.py Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 56fd2e3 commit 99fcb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_bringup/launch/rviz_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def generate_launch_description() -> LaunchDescription:
5858
package='rviz2',
5959
executable='rviz2',
6060
namespace=namespace,
61-
arguments=['-d', rviz_config_file],
61+
arguments=['-d', rviz_config_file, '--ros-args', '--log-level', 'warn'],
6262
output='screen',
6363
parameters=[{'use_sim_time': use_sim_time}],
6464
remappings=[

0 commit comments

Comments
 (0)