 |
Multi-robot Playground
|
Go to the documentation of this file.
54 #include "std_msgs/Float32.h"
55 #include "geometry_msgs/Pose.h"
56 #include "multirobotsimulations/CustomPose.h"
~AverageVelocityEstimatorNode()
ros::Publisher aAverageVelocityPublisher
Definition: AverageVelocityEstimatorNode.h:101
double ComputeAverageVelocity(std::deque< double > &speedArray)
double aRate
Definition: AverageVelocityEstimatorNode.h:83
std::vector< ros::Subscriber > aSubscribers
Definition: AverageVelocityEstimatorNode.h:96
std::vector< ros::Timer > aTimers
Definition: AverageVelocityEstimatorNode.h:91
Definition: AverageVelocityEstimatorNode.h:66
bool aReceivedPosition
Definition: AverageVelocityEstimatorNode.h:82
int aId
Definition: AverageVelocityEstimatorNode.h:79
int aQueueSize
Definition: AverageVelocityEstimatorNode.h:80
void WorldPoseCallback(multirobotsimulations::CustomPose::ConstPtr msg)
std_msgs::Float32 aAverageVelocityMsg
Definition: AverageVelocityEstimatorNode.h:106
tf::Vector3 aLastWorldPos
Definition: AverageVelocityEstimatorNode.h:85
std::string aNamespace
Definition: AverageVelocityEstimatorNode.h:84
std::deque< double > aVelocityArray
Definition: AverageVelocityEstimatorNode.h:111
tf::Vector3 aWorldPos
Definition: AverageVelocityEstimatorNode.h:86
int aCount
Definition: AverageVelocityEstimatorNode.h:81
AverageVelocityEstimatorNode()