#include <random_numbers/random_numbers.h>
#include <cpswarm_msgs/GetSector.h>
#include <position.h>
Go to the source code of this file.
|
class | uav_random_direction |
| A class that allows to cover a given area with the random direction algorithm. The random direction is a mathematical movement model, where an agent moves straight forward until it reaches an obstacle. There, it changes its direction randomly. More...
|
|
◆ behavior_state_t
An enumeration for the state of the behavior algorithm.
Enumerator |
---|
STATE_ACTIVE | |
STATE_SUCCEEDED | |
STATE_ABORTED | |
Definition at line 14 of file uav_random_direction.h.