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 transient data preview for paths #28

Open
Zach10a opened this issue Mar 21, 2021 · 1 comment
Open

Add transient data preview for paths #28

Zach10a opened this issue Mar 21, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Zach10a
Copy link
Collaborator

Zach10a commented Mar 21, 2021

Implement a system whereby the user is able to see how the ground risk of a UAV changes over time. This could take the form of a min/max risk output, when they occur and how the risk changes over time.

@aliaksei135
Copy link
Owner

A naive way of approaching this would be to simply generate the risk map and find a path for every timestep, which would be computationally infeasible currently. Some form of time constraints specified by the user could allow the number of runs to be reduced significantly. Further use of some form of heuristic wold likely be valid as well (eg. daytime is always assumed to be busier than night, therefore only generate for night time if minimising risk)

@Zach10a Zach10a added the enhancement New feature or request label Jul 7, 2021
@Zach10a Zach10a added this to the v0.15.0 milestone Aug 10, 2021
@Zach10a Zach10a modified the milestones: v0.15.0, v0.16.0 Nov 25, 2021
@Zach10a Zach10a self-assigned this Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants