#include <ros/ros.h>
#include <geometry_msgs/Pose.h>
#include <cpswarm_msgs/TargetPositionEvent.h>
Go to the source code of this file.
Classes | |
class | target |
A target that is monitored by the CPSs. More... | |
Enumerations | |
enum | target_state_t { TARGET_UNKNOWN = 0, TARGET_KNOWN, TARGET_TRACKED, TARGET_ASSIGNED, TARGET_LOST, TARGET_DONE } |
An enumeration for the state of a target. More... | |
enum target_state_t |