1 #ifndef UAV_LOCAL_COVERAGE_H 2 #define UAV_LOCAL_COVERAGE_H 41 void compute_involute (
double &distance,
double &direction);
47 geometry_msgs::Pose select_goal ();
87 #endif // UAV_LOCAL_COVERAGE_H unsigned int steps
Number of steps performed in the local search.
double fov_hor
Horizontal camera field of view in radian.
double altitude
The altitude of the UAV above ground.
A class that allows to cover a given area using a local search algorithm. The local search performs a...
double fov_ver
Vertical camera field of view in radian.
geometry_msgs::Pose origin
Center of the spiral movement search pattern.
behavior_state_t
An enumeration for the state of the behavior algorithm.
position pos
A helper object for position related tasks.
int max_steps
Maximum number of steps to do in the local search.