Skip to content
Snippets Groups Projects
Unverified Commit 1a207fc2 authored by shonigmann's avatar shonigmann Committed by GitHub
Browse files

removed name parameter from rviz_launch.py (#2321)


Co-authored-by: default avatarSimon Honigmann <shonigmann@blueorigin.com>
parent dc77d1fc
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ def generate_launch_description():
condition=UnlessCondition(use_namespace),
package='rviz2',
executable='rviz2',
name='rviz2',
arguments=['-d', rviz_config_file],
output='screen')
......@@ -69,7 +68,6 @@ def generate_launch_description():
condition=IfCondition(use_namespace),
package='rviz2',
executable='rviz2',
name='rviz2',
namespace=namespace,
arguments=['-d', namespaced_rviz_config_file],
output='screen',
......
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