1 #ifndef KINEMATICS_EXCHANGER_H 2 #define KINEMATICS_EXCHANGER_H 9 #include <geometry_msgs/Pose.h> 10 #include <geometry_msgs/PoseStamped.h> 11 #include <geometry_msgs/Twist.h> 12 #include <geometry_msgs/TwistStamped.h> 13 #include <cpswarm_msgs/ArrayOfPositions.h> 14 #include <cpswarm_msgs/Position.h> 15 #include <cpswarm_msgs/Velocity.h> 16 #include <cpswarm_msgs/ArrayOfVectors.h> 17 #include <cpswarm_msgs/VectorStamped.h> 92 #endif // KINEMATICS_EXCHANGER_H geometry_msgs::Pose pose
Current position of the CPS.
int sample_size
The number of data samples to average over for reliable results.
struct cartesian_vector_t cartesian_vector_t
A vector type in Cartesian format containing UUID of the corresponding CPS together with last updated...
struct polar_vector_t polar_vector_t
A vector type in polar format containing UUID of the corresponding CPS together with last updated tim...
int pos_init
The number of position messages to ignore during initialization. This is because the first messages a...
A vector type in polar format containing UUID of the corresponding CPS together with last updated tim...
bool vel_valid
Whether a valid velocity has been received.
map< string, polar_vector_t > swarm_positions_rel
The relative positions of all known swarm members.
geometry_msgs::Twist velo
Current velocity of the CPS.
bool pose_valid
Whether a valid position has been received.
map< string, polar_vector_t > swarm_velocities
The velocities of all known swarm members.
A vector type in Cartesian format containing UUID of the corresponding CPS together with last updated...
int vel_init
The number of velocity messages to ignore during initialization. This is because the first messages a...
map< string, cartesian_vector_t > swarm_positions
The absolute positions of all known swarm members.