Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Prototype system that follows flight plans #5

Merged
merged 9 commits into from
Mar 7, 2022
Merged

Conversation

jdno
Copy link
Owner

@jdno jdno commented Mar 7, 2022

A new system has been prototyped that moves a plane along its flight plan. The plane passed each routing node in the flight plan until it reaches the destination.

Flight plans are stored in reverse order so that nodes can be easily removed from the end of the vector when the plane passes them. This convention needs to be checked and enforced in a future commit.

2022-03-07-follow-flight-plan.mov

@jdno jdno self-assigned this Mar 7, 2022
@jdno jdno merged commit b71378f into main Mar 7, 2022
@jdno jdno deleted the follow-flight-plans branch March 7, 2022 17:25
@jdno jdno added the R-added Add a new feature to the release notes label Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
R-added Add a new feature to the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant