-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a recovery behaviour once the global plan has not been updated for N planning periods #122
Labels
enhancement
New feature or request
Comments
Another solution can be as follows: treat the last non-collision pose of the newest available global plan as a temporary goal. When the temporary goal is reached and the global plan was not updated, let's try to apply the stop&rotate recovery or back-up recovery. |
rayvburn
added a commit
that referenced
this issue
Jan 17, 2024
rayvburn
added a commit
that referenced
this issue
Jan 17, 2024
rayvburn
added a commit
that referenced
this issue
Jan 18, 2024
rayvburn
added a commit
that referenced
this issue
Jan 18, 2024
rayvburn
added a commit
that referenced
this issue
Jan 19, 2024
rayvburn
added a commit
that referenced
this issue
Jan 19, 2024
rayvburn
added a commit
that referenced
this issue
Jan 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In such a case, try to implement a back-up recovery - move back until 3/4 of the circle around the robot (with a given radius) consists of the collision-free points.
It may be named as
isGlobalPlanOutdated
in theRecoveryManager
. Requires setting a timestamp of the last global plan update in the planner'ssetPlan
method.The text was updated successfully, but these errors were encountered: