-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
Commands of interest that may be valuable to integrate support for:
|
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. |
Something useful could be to add support for geolocation-based triggers. The triggers could signal things like swarm algorithms or other swarm behaviors |
It may be helpful to integrate support for configuring a swarm mission through configuration files such as |
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
The text was updated successfully, but these errors were encountered: