rci::CartesianVelocitySensing Class Reference
By implementing this interface, a node is characterized as being able to sense the 6-dimensional velocity of an object in cartesian space or it`s translational or rotational part. More...
#include <SensingCartesian.h>


Public Member Functions | |
virtual void | updateVelocity (TranslationalVelocityPtr transvel, RotationalVelocityPtr rotvel) |
Updates sensor value for the measured cartesian velocity. | |
virtual VelocityPtr | getVelocity () |
Protected Member Functions | |
CartesianVelocitySensing () | |
virtual | ~CartesianVelocitySensing () |
Detailed Description
By implementing this interface, a node is characterized as being able to sense the 6-dimensional velocity of an object in cartesian space or it`s translational or rotational part.
- Todo:
- Also update and return CartesianVelocity (joined transl. and rotat.)
Definition at line 213 of file SensingCartesian.h.
Constructor & Destructor Documentation
rci::CartesianVelocitySensing::CartesianVelocitySensing | ( | ) | [protected] |
Definition at line 145 of file SensingCartesian.cpp.
rci::CartesianVelocitySensing::~CartesianVelocitySensing | ( | ) | [protected, virtual] |
Definition at line 149 of file SensingCartesian.cpp.
Member Function Documentation
VelocityPtr rci::CartesianVelocitySensing::getVelocity | ( | ) | [virtual] |
Implements rci::CartesianVelocitySensingIF.
Definition at line 141 of file SensingCartesian.cpp.
void rci::CartesianVelocitySensing::updateVelocity | ( | TranslationalVelocityPtr | transvel, | |
RotationalVelocityPtr | rotvel | |||
) | [virtual] |
Updates sensor value for the measured cartesian velocity.
- Parameters:
-
transvel Translational velocity rotvel Rotational velocity
Implements rci::CartesianVelocitySensingIF.
Definition at line 135 of file SensingCartesian.cpp.
References rci::RotationalVelocitySensing::updateRotationalVelocity(), and rci::TranslationalVelocitySensing::updateTranslationalVelocity().

The documentation for this class was generated from the following files:
Generated on Thu Aug 2 14:03:07 2012 for RCI by
