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

Lookahead Traffic Behavior #201

Open
mxgrey opened this issue Apr 20, 2022 · 0 comments
Open

Lookahead Traffic Behavior #201

mxgrey opened this issue Apr 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mxgrey
Copy link
Contributor

mxgrey commented Apr 20, 2022

We have added some experimental support for a "lookahead" feature that helps smooth out the traffic system when robots need to pass through a specific sequence of waypoints without having exclusive ownership of those waypoints. The experimental implementation avoids making any changes to the existing system workflow, and as a result it's abusing some of the negotiation and traffic dependency concepts.

We should rework the traffic system to make this lookahead a first-class citizen in the traffic schedule. We would redefine traffic conflicts as occurring when the current intended trajectory of a robot conflicts with the current intended trajectory or lookahead trajectory of another robot. Conflicts between lookahead trajectories will be ignored.

@mxgrey mxgrey added the enhancement New feature or request label Apr 20, 2022
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