#include <geometry_msgs/Pose.h>
#include <cpswarm_msgs/GetWaypoint.h>
#include <position.h>
#include <velocity.h>
Go to the source code of this file.
|
class | uav_optimal_coverage |
| A class that allows to cover a given area optimally with a swarm of cyber physical systems (CPSs). The area is divided among the CPSs and each CPS covers its part by simple back and forth (boustrophedon) motion. More...
|
|
◆ behavior_state_t
An enumeration for the state of the behavior algorithm.
Enumerator |
---|
STATE_ACTIVE | |
STATE_SUCCEEDED | |
STATE_ABORTED | |
Definition at line 15 of file uav_optimal_coverage.h.