Skip to content
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

Open
rayvburn opened this issue Dec 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rayvburn
Copy link
Owner

rayvburn commented Dec 19, 2023

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 the RecoveryManager. Requires setting a timestamp of the last global plan update in the planner's setPlan method.

@rayvburn rayvburn added the enhancement New feature or request label Dec 19, 2023
@rayvburn
Copy link
Owner Author

rayvburn commented Dec 31, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant