1 #ifndef UAV_SIMPLE_TRACKING_H 2 #define UAV_SIMPLE_TRACKING_H 5 #include <cpswarm_msgs/TargetPositionEvent.h> 42 void target_callback (
const cpswarm_msgs::TargetPositionEvent::ConstPtr& msg);
57 cpswarm_msgs::TargetPositionEvent
target;
60 #endif // UAV_SIMPLE_TRACKING_H An implementation that allows to track a target by minimizing the offset between the cyber physical s...
cpswarm_msgs::TargetPositionEvent target
The target being tracked by this UAV.
Subscriber target_sub
Subscriber to receive target position updates.
position pos
A helper object for position related tasks.
int target
The ID of the target being tracked.
behavior_state_t
An enumeration for the state of the behavior algorithm.