Skip to content

Commit

Permalink
Don't respawn rviz
Browse files Browse the repository at this point in the history
  • Loading branch information
DLu committed Apr 21, 2022
1 parent 803aef7 commit b41d1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_configs_utils/moveit_configs_utils/launches.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def generate_moveit_rviz_launch(moveit_config):
package="rviz2",
executable="rviz2",
output="log",
respawn=True,
respawn=False,
arguments=["-d", LaunchConfiguration("rviz_config")],
parameters=rviz_parameters,
)
Expand Down

0 comments on commit b41d1c2

Please sign in to comment.