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 mission creation support #18

Open
evan-palmer opened this issue Jan 7, 2022 · 4 comments
Open

Add mission creation support #18

evan-palmer opened this issue Jan 7, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request high priority This needs to be completed now WIP The issue or pull request is currently a work-in-progress

Comments

@evan-palmer
Copy link
Contributor

Is your feature request related to a problem? Please describe.
There is currently no support to create missions (series of waypoints) for agents

Describe the solution you'd like
Add an interface that allows Users to create missions

@evan-palmer evan-palmer added enhancement New feature or request low priority This isn't critical v0.0.4 labels Jan 7, 2022
@evan-palmer evan-palmer linked a pull request Jan 7, 2022 that will close this issue
@evan-palmer evan-palmer removed a link to a pull request Feb 5, 2022
@evan-palmer evan-palmer added mid priority This doesn't need to be completed immediately v0.0.5 and removed low priority This isn't critical v0.0.4 labels Feb 5, 2022
@evan-palmer
Copy link
Contributor Author

Commands of interest that may be valuable to integrate support for:

  • MAV_CMD_DO_JUMP
  • MAV_CMD_DO_CHANGE_SPEED
  • MAV_CMD_DO_SET_HOME
  • MAV_CMD_NAV_WAYPOINT
  • MAV_CMD_DO_FLIGHTTERMINATION
  • MAV_CMD_DO_CHANGE_ALTITUDE
  • MAV_CMD_DO_FENCE_ENABLE
  • MAV_CMD_DO_SET_MISSION_CURRENT
  • MAV_CMD_MISSION_START
  • MAV_CMD_RUN_PREARM_CHECKS
  • MAV_CMD_GET_HOME_POSITION
  • MAV_CMD_NAV_RALLY_POINT

@evan-palmer
Copy link
Contributor Author

evan-palmer commented Mar 9, 2022

It could be useful to add support to set waypoints for a "sub-swarm". This could be accomplished by requiring a leader to be set when creating a sub-swarm. Then, when a waypoint is set for the sub-swarm, the waypoint is actually set for the leader, and the followers, follow the leader.

@evan-palmer
Copy link
Contributor Author

Something useful could be to add support for geolocation-based triggers. The triggers could signal things like swarm algorithms or other swarm behaviors

@evan-palmer
Copy link
Contributor Author

It may be helpful to integrate support for configuring a swarm mission through configuration files such as YAML files.

@evan-palmer evan-palmer added mid priority This doesn't need to be completed immediately and removed mid priority This doesn't need to be completed immediately labels Jul 18, 2022
@evan-palmer evan-palmer self-assigned this Jul 21, 2022
@evan-palmer evan-palmer removed the mid priority This doesn't need to be completed immediately label Aug 2, 2022
@evan-palmer evan-palmer added high priority This needs to be completed now mid priority This doesn't need to be completed immediately and removed high priority This needs to be completed now labels Aug 7, 2022
@evan-palmer evan-palmer added high priority This needs to be completed now WIP The issue or pull request is currently a work-in-progress and removed mid priority This doesn't need to be completed immediately labels Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority This needs to be completed now WIP The issue or pull request is currently a work-in-progress
Projects
None yet
Development

No branches or pull requests

1 participant