Skip to content

Commit

Permalink
Add Backward/Forward recovery behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen committed Sep 23, 2024
1 parent 62c4f97 commit 4596b1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/open_mower/params/move_base_flex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ controllers:
- name: DockingFTCPlanner
type: ftc_local_planner/FTCPlanner

recovery_behaviors:
- name: BackwardForwardRecovery
type: ftc_local_planner/BackwardForwardRecovery

controller_frequency: 1.0
controller_patience: 30.0

planner_frequency: 1.0
planner_patience: 5.0

recovery_enabled: true
recovery_patience: 5.0

oscillation_timeout: 10.0
oscillation_distance: 0.2

0 comments on commit 4596b1f

Please sign in to comment.