You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a storyboard where the first formation after the takeoff has a smaller number of drone slots than the entire fleet size.
Plan a transition to this formation.
Create a new formation that would need the entire fleet.
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.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
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.
The text was updated successfully, but these errors were encountered: