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

Prototype path finding for airplanes #7

Merged
merged 4 commits into from
Mar 8, 2022
Merged

Prototype path finding for airplanes #7

merged 4 commits into from
Mar 8, 2022

Conversation

jdno
Copy link
Owner

@jdno jdno commented Mar 8, 2022

The simulation of airplanes has been extended with a path finding algorithm to create the flight plans. This makes it possible to spawn airplanes at random locations around the map, and have them fly to the airport where they get despawned.

The implementation of the path finding algorithm is very naive, and simply finds a suitable path to the airport. Since it will ultimately be the task of the user to provide the flight plans, we might not need a path finding algorithm at all in the future.

2022-03-08-simulate-planes.mov

@jdno jdno self-assigned this Mar 8, 2022
@jdno jdno merged commit 1164b74 into main Mar 8, 2022
@jdno jdno deleted the route-planes branch March 8, 2022 16:15
@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