| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
RemoteControllerMC Class Reference#include <RemoteControllerMC.h>
Inheritance diagram for RemoteControllerMC: ![]() Detailed DescriptionThis class is used for setting all PIDJoints to a certain set of values (not the gains, just the joint positions).This is PostureMC's little brother. Not quite so full of features, but straightforward and easy to understand. (hopefully)
Definition at line 11 of file RemoteControllerMC.h.
Constructor & Destructor Documentation
constructor, defaults to active, all joints at 0
Definition at line 14 of file RemoteControllerMC.h.
Member Function Documentation
marks this as dirty each time it is added
Reimplemented from MotionCommand. Definition at line 32 of file RemoteControllerMC.h.
true if a change has been made since the last updateJointCmds() and we're active
Implements MotionCommand. Definition at line 30 of file RemoteControllerMC.h. Referenced by updateOutputs().
is called once per update cycle, can do any processing you need to change your priorities or set output commands on the MotionManager
Implements MotionCommand. Definition at line 22 of file RemoteControllerMC.h.
Member Data Documentation
set by accessor functions, defaults to true
Definition at line 40 of file RemoteControllerMC.h. Referenced by isDirty(). current vector of positions
Definition at line 36 of file RemoteControllerMC.h. Referenced by RemoteControllerMC(), and updateOutputs().
true if a change has been made since last call to updateJointCmds()
Definition at line 39 of file RemoteControllerMC.h. Referenced by DoStart(), isDirty(), setDirty(), and updateOutputs().
The documentation for this class was generated from the following file: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Wed Oct 4 00:05:12 2006 by Doxygen 1.4.7 |