Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
SensorFeedback Struct ReferenceSets value to the current joint position. This is created automatically by Mirage for named joints where min≠max, so typically you don't need to explicitly request this sensor. More...
Inheritance diagram for SensorFeedback:
Detailed DescriptionSets value to the current joint position. This is created automatically by Mirage for named joints where min≠max, so typically you don't need to explicitly request this sensor. Definition at line 116 of file SensorInfo.h.
Constructor & Destructor Documentation
constructor Definition at line 118 of file SensorInfo.h.
copy constructor for cloning Definition at line 120 of file SensorInfo.h. Member Function Documentation
clone implementation for Dictionary implements the clone function for dictionary Implements SensorInfo. Definition at line 10 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 122 of file SensorInfo.h.
performs common initialization Reimplemented from SensorInfo. Definition at line 134 of file SensorInfo.h. Referenced by SensorFeedback().
Subclass should remove values added via previous declareValues(). Implements SensorInfo. Definition at line 125 of file SensorInfo.h. Member Data Documentation
Provides registration with FamilyFactory<SensorInfo> Definition at line 130 of file SensorInfo.h.
will be set by Client during loading to ensure synchronization with KinematicJoint name Definition at line 129 of file SensorInfo.h. Referenced by declareValues(), and reclaimValues(). current sensor value: 1 if there are any contact constraints within the specified region of the associated body; 0 otherwise Definition at line 128 of file SensorInfo.h. Referenced by declareValues(). 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 |