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

documentation #3

Merged
merged 3 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## UAV path planning
contains code for ensemble Kalman filtering, traffic simulation (cell transmission model), and UAV navigation

[email protected]
### Overview
* Network.py: main script for network loading
* Node.py: abstract base class for node models
* nodeModel.py: implements series and diverge nodes
* link.py: abstract base class for node models
* linkModel.py: implements the link model (cell transmission model)
* utils.py: utility functions for reading data, creating ensembles, observation function, switching between celss and km
* EnKF.py: ensemble Kalman filter class for creating different EnKF instances (traffic densities & model parameters within separate EnKFs)
* findPath.py: finding path with least anticipated uncertainty (maximum reduction in variance on estimates)
* main.py: master script for running simulation

![uavpath](drtrajWeights.png)

@[email protected]
Binary file added drtrajWeights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.