Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nav2_bringup/launch/rviz_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def generate_launch_description() -> LaunchDescription:
package='rviz2',
executable='rviz2',
namespace=namespace,
arguments=['-d', rviz_config_file],
output='screen',
arguments=['-d', rviz_config_file, '--ros-args', '--log-level', 'warn'],
output='log',
Comment thread
SteveMacenski marked this conversation as resolved.
Outdated
parameters=[{'use_sim_time': use_sim_time}],
remappings=[
('/tf', 'tf'),
Expand Down
Loading