Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
SensorRangeFinder Struct ReferenceConfigures a sensor to take range measurements. More...
Inheritance diagram for SensorRangeFinder:
Detailed DescriptionConfigures a sensor to take range measurements. Will test for a collision shape between min and max range. If a hit is found at a distance less than saturationRange, it will be clamped at that value. If no hit is found within the specified min/max range, the maximum value will be reported. Definition at line 39 of file SensorInfo.h.
Constructor & Destructor Documentation
constructor Definition at line 41 of file SensorInfo.h.
copy constructor for cloning Definition at line 43 of file SensorInfo.h. Member Function Documentation
clone implementation for Dictionary implements the clone function for dictionary Implements SensorInfo. Definition at line 8 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 47 of file SensorInfo.h.
performs common initialization Reimplemented from SensorInfo. Definition at line 62 of file SensorInfo.h. Referenced by SensorRangeFinder().
Subclass should remove values added via previous declareValues(). Implements SensorInfo. Definition at line 50 of file SensorInfo.h. Member Data Documentation
Provides registration with FamilyFactory<SensorInfo> Definition at line 58 of file SensorInfo.h. Maximum range for hit testing, obstacles further than this won't be detected (and thus will report this value). Definition at line 57 of file SensorInfo.h. Referenced by init(). Minimum range for hit testing, obstacles closer than this won't be detected (will report max range). Definition at line 55 of file SensorInfo.h. Referenced by init(). Minimum range of sensitivity, obstacles closer than this (but further than min range) will be reported at this value. Definition at line 56 of file SensorInfo.h. Referenced by init().
Name of the sensor instance, to match up with the a sensorNames[] in RobotInfo header. Definition at line 54 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 Mon May 9 04:59:16 2016 by Doxygen 1.6.3 |