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

Have robots/world check that they're about to collide, error job #99

Open
Elucidation opened this issue Jun 21, 2023 · 0 comments
Open

Comments

@Elucidation
Copy link
Owner

Right now collisions are detected but ignored besides a log message.
It'd be nice if when a robot tries to move to a next path point, if that next point is blocked (by a robot or wall etc.) then it won't go there, and it doesn't pop the future path and instead the robot manager realizes robot is in error, and then job error etc. where robot will then try to replan or fail or go home?

This will allow for testing by adding new obstacles or purposefully breaking a robot (wheels don't work as an example) and seeing how the system reacts.

This will probably cause pileups as many robots will be following each other without much space, should be interesting

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

No branches or pull requests

1 participant