Skip to content

Commit

Permalink
Add a timeout to the quality lock so we lock out the controller if th…
Browse files Browse the repository at this point in the history
…e quality-checker node crashes
  • Loading branch information
civerachb-cpr committed Jan 6, 2025
1 parent 4018469 commit 0ee3d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clearpath_control/launch/teleop_joy.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def generate_launch_description():
{'topics.joy.timeout': 0.5},
{'topics.joy.priority': 10},
{'locks.bt_quality.topic': 'joy_teleop/bt_quality_stop'},
{'locks.bt_quality.timeout': 0.0},
{'locks.bt_quality.timeout': 1.0},
{'locks.bt_quality.priority': 255},
]
)
Expand Down

0 comments on commit 0ee3d68

Please sign in to comment.