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
Currently we only have a fixed altitude of 15m (from hermes.py) for all flight plans. We should consider adding an altitude param to each task definition and then apply that to the moveTos for all points in that polygon. Or we could consider a list of points, but then we would have to check that the list length matches the number of vertices in the polygon etc.
The text was updated successfully, but these errors were encountered:
Currently we only have a fixed altitude of 15m (from hermes.py) for all flight plans. We should consider adding an altitude param to each task definition and then apply that to the moveTos for all points in that polygon. Or we could consider a list of points, but then we would have to check that the list length matches the number of vertices in the polygon etc.
The text was updated successfully, but these errors were encountered: