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

Drop Waypoints #150

Open
tjuav opened this issue Dec 2, 2023 · 0 comments
Open

Drop Waypoints #150

tjuav opened this issue Dec 2, 2023 · 0 comments
Assignees
Labels
area/frontend Design and JS/React type/feat A new feature/enhancement

Comments

@tjuav
Copy link
Contributor

tjuav commented Dec 2, 2023

To symbolize a waypoint where a drop occurs, a new type of waypoint needs to be implemented: a drop waypoint.

Technical implementation:

  • In PixHawk land, drop waypoints will function just like normal waypoints in a path - the plane will fly to the waypoint, hit it, and move on
  • tj-uav/FlightSoftware (FS) will be notified of the new drop waypoint and will be given additional information (like which bottle needs to be dropped there) - actually dropping the waypoint will be handled in Drop Waypoint Handling FlightSoftware#15

UI Implementation:

  • The submissions page from Submissions Page Implementation #149 will include buttons to create drop waypoints at certain locations and with certain characteristics (object, bottle to drop)
  • Drop waypoints should also support manual creation through the Flight Data -> Map tab, where like loiters they will have additional popup configuration options (e.g. bottle number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Design and JS/React type/feat A new feature/enhancement
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants