Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Path Priorities #1211

Open
Floris-Hoek opened this issue Mar 22, 2021 · 0 comments
Open

Path Priorities #1211

Floris-Hoek opened this issue Mar 22, 2021 · 0 comments

Comments

@Floris-Hoek
Copy link
Contributor

Floris-Hoek commented Mar 22, 2021

Currently the paths of the robots are calculated in the order that the GoToPos skill is called I think. This does not take into account the priority of the different robots given by the flags. The new BBT pathplanning takes into account the paths of robots that were already calculated such that they do not collide. Right now, it can happen that the path of a robot with a lower priority is calculated first and afterwards the path of higher priority robot. Because the path of the lower priority robot is calculated first, the pathplanning of the higher priority robot will try to avoid this path and thus give higher priority to the lower priority robot.

A play should thus cause the paths to be calculated in correct order of priority.

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

No branches or pull requests

1 participant