Skip to content

Commit

Permalink
Set the respawn flag for the BT cutoff node and the joy_linux node
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Jan 6, 2025
1 parent 0ee3d68 commit a226c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clearpath_control/launch/teleop_joy.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def generate_launch_description():
('bt_quality_stop', 'joy_teleop/bt_quality_stop'),
('quality', 'joy_teleop/quality'),
],
respawn=True,
)

node_joy = Node(
Expand All @@ -89,6 +90,7 @@ def generate_launch_description():
('joy', 'joy_teleop/joy'),
('joy/set_feedback', 'joy_teleop/joy/set_feedback'),
],
respawn=True,
)

node_teleop_twist_joy = Node(
Expand Down

0 comments on commit a226c7b

Please sign in to comment.