Skip to content

Commit

Permalink
Enable respawn for the republisher node
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 20, 2024
1 parent e0448c1 commit 4da5161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turtlebot4_bringup/launch/robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def generate_launch_description():
parameters=[create3_repub_param_yaml_file,
{'robot_namespace': create3_ns}],
output='screen',
respawn=True,
remappings=[
# remap /cmd_vel to /cmd_vel_unstamped
# and /cmd_vel_stamped to /cmd_vel
Expand Down

0 comments on commit 4da5161

Please sign in to comment.