Skip to content
Snippets Groups Projects
Commit 6bb2267c authored by Carlos A. Orduno's avatar Carlos A. Orduno Committed by Carl Delsey
Browse files

Increase RVIZ logging severity (#769)

parent 3746a164
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@ def generate_launch_description():
cwd=[launch_dir], output='screen')
start_rviz_cmd = launch.actions.ExecuteProcess(
cmd=[os.path.join(get_package_prefix('rviz2'), 'lib/rviz2/rviz2'), ],
cmd=[os.path.join(get_package_prefix('rviz2'), 'lib/rviz2/rviz2'),
[ "__log_level:=fatal"]],
cwd=[launch_dir], output='screen')
exit_event_handler = launch.actions.RegisterEventHandler(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment