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 support for transitions between formations smaller than the fleet size #4

Open
ntamas opened this issue Jul 29, 2022 · 0 comments

Comments

@ntamas
Copy link
Member

ntamas commented Jul 29, 2022

Steps to reproduce:

  1. Create a storyboard where the first formation after the takeoff has a smaller number of drone slots than the entire fleet size.
  2. Plan a transition to this formation.
  3. Create a new formation that would need the entire fleet.
  4. Add this formation to the end of the storyboard.

Observed result:

The transition planner fails because it only tries to use the drones that already participated in the last formation of the storyboard (which was smaller than the fleet size) and did not try to use the ones that were "left out" from that formation.

Expected result:

A transition should have been planned to the new formation using all the drones.

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