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
Collect here ideas about drone behaviour that may be useful to demo the API.
For example, it would be cool for the sake of demonstrating how HYDRA works if the drone that happen to spot some anomaly on its sensor should call the nearest drone to acquire data on the same spot and have confirmation of the anomaly. Briefly:
drone1 spots anomaly at x,y
central server commands nearest drone2 to reach a position to acquire data on x,y
drone2 moves in range of x,y
drone2 confirms/denies anomaly at x,y
if confirms:
raise alarm
if denies:
go back to normal behaviour
The text was updated successfully, but these errors were encountered:
Collect here ideas about drone behaviour that may be useful to demo the API.
For example, it would be cool for the sake of demonstrating how HYDRA works if the drone that happen to spot some anomaly on its sensor should call the nearest drone to acquire data on the same spot and have confirmation of the anomaly. Briefly:
The text was updated successfully, but these errors were encountered: