#include <AverageVelocityEstimatorNode.h>
◆ AverageVelocityEstimatorNode()
| AverageVelocityEstimatorNode::AverageVelocityEstimatorNode |
( |
| ) |
|
◆ ~AverageVelocityEstimatorNode()
| AverageVelocityEstimatorNode::~AverageVelocityEstimatorNode |
( |
| ) |
|
◆ ComputeAverageVelocity()
| double AverageVelocityEstimatorNode::ComputeAverageVelocity |
( |
std::deque< double > & |
speedArray | ) |
|
|
private |
◆ Update()
| void AverageVelocityEstimatorNode::Update |
( |
| ) |
|
|
private |
◆ WorldPoseCallback()
| void AverageVelocityEstimatorNode::WorldPoseCallback |
( |
multirobotsimulations::CustomPose::ConstPtr |
msg | ) |
|
|
private |
◆ aAverageVelocityMsg
| std_msgs::Float32 AverageVelocityEstimatorNode::aAverageVelocityMsg |
|
private |
◆ aAverageVelocityPublisher
| ros::Publisher AverageVelocityEstimatorNode::aAverageVelocityPublisher |
|
private |
◆ aCount
| int AverageVelocityEstimatorNode::aCount |
|
private |
◆ aId
| int AverageVelocityEstimatorNode::aId |
|
private |
◆ aLastWorldPos
| tf::Vector3 AverageVelocityEstimatorNode::aLastWorldPos |
|
private |
◆ aNamespace
| std::string AverageVelocityEstimatorNode::aNamespace |
|
private |
◆ aQueueSize
| int AverageVelocityEstimatorNode::aQueueSize |
|
private |
◆ aRate
| double AverageVelocityEstimatorNode::aRate |
|
private |
◆ aReceivedPosition
| bool AverageVelocityEstimatorNode::aReceivedPosition |
|
private |
◆ aSubscribers
| std::vector<ros::Subscriber> AverageVelocityEstimatorNode::aSubscribers |
|
private |
◆ aTimers
| std::vector<ros::Timer> AverageVelocityEstimatorNode::aTimers |
|
private |
◆ aVelocityArray
| std::deque<double> AverageVelocityEstimatorNode::aVelocityArray |
|
private |
◆ aWorldPos
| tf::Vector3 AverageVelocityEstimatorNode::aWorldPos |
|
private |
The documentation for this class was generated from the following file: