| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
OdometrySensor Struct ReferenceOdometry is presently only used for the Create robot, which reports cumulative distances and angles. More...
Inheritance diagram for OdometrySensor:
![]() Detailed DescriptionOdometry is presently only used for the Create robot, which reports cumulative distances and angles. Definition at line 175 of file SensorInfo.h.
Constructor & Destructor Documentation
constructor Definition at line 177 of file SensorInfo.h.
copy constructor for cloning Definition at line 183 of file SensorInfo.h. Member Function Documentation
clone implementation for Dictionary implements the clone function for dictionary Implements SensorInfo. Definition at line 12 of file SensorInfo.cc.
Subclass should add name/value pairs to the dictionary to allow variable number of values per Sensor, as well as fast filtering and serialization to subscribers. A reference to a permanent plist::Primitive<float> instance should be added, this is how values are extracted from the sensor via this shared value. Implements SensorInfo. Definition at line 189 of file SensorInfo.h.
performs common initialization Reimplemented from SensorInfo. Definition at line 229 of file SensorInfo.h. Referenced by OdometrySensor().
Subclass should remove values added via previous declareValues(). Implements SensorInfo. Definition at line 199 of file SensorInfo.h. Member Data Documentation
Provides registration with FamilyFactory<SensorInfo> Definition at line 225 of file SensorInfo.h. cumulative heading change Definition at line 224 of file SensorInfo.h. Referenced by declareValues(). cumulative displacement along the X axis Definition at line 221 of file SensorInfo.h. Referenced by declareValues(). cumulative displacement along the Y axis Definition at line 222 of file SensorInfo.h. Referenced by declareValues(). cumulative displacement along the Z axis Definition at line 223 of file SensorInfo.h. Referenced by declareValues(). current heading change Definition at line 220 of file SensorInfo.h. current displacement along the X axis Definition at line 217 of file SensorInfo.h. current displacement along the Y axis Definition at line 218 of file SensorInfo.h. current displacement along the Z axis Definition at line 219 of file SensorInfo.h.
Name of the sensor instance, to match up with the a sensorNames[] in RobotInfo header. Definition at line 209 of file SensorInfo.h. Referenced by declareValues(), init(), and reclaimValues().
Name of the sensor instance, to match up with the a sensorNames[] in RobotInfo header. Definition at line 212 of file SensorInfo.h. Referenced by declareValues(), init(), and reclaimValues(). previous heading Definition at line 216 of file SensorInfo.h. previous displacement along the X axis Definition at line 213 of file SensorInfo.h. previous displacement along the Y axis Definition at line 214 of file SensorInfo.h. previous displacement along the Z axis Definition at line 215 of file SensorInfo.h.
Name of the sensor instance, to match up with the a sensorNames[] in RobotInfo header. Definition at line 210 of file SensorInfo.h. Referenced by declareValues(), init(), and reclaimValues().
Name of the sensor instance, to match up with the a sensorNames[] in RobotInfo header. Definition at line 211 of file SensorInfo.h. Referenced by declareValues(), init(), and reclaimValues(). The documentation for this struct was generated from the following files: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v5.1CVS |
Generated Fri Mar 16 05:27:23 2012 by Doxygen 1.6.3 |