| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
PostureNode Class ReferenceA simple StateNode that executes a PostureMC motion command. More...
Inheritance diagram for PostureNode:
![]() Detailed DescriptionA simple StateNode that executes a PostureMC motion command. Caches the posture file in a private PostureEngine because the motion command might be shared with other functions that are using it for other purposes Definition at line 21 of file PostureNode.h.
Constructor & Destructor Documentation
Constructor: takes optional instance name and filename. Caches the posture file in a private PostureEngine because the motion command might be shared with other functions that are using it for other purposes Definition at line 28 of file PostureNode.h. Member Function Documentation
accessor for posture, note this doesn't return the current PostureMC, just the cached one which will be loaded into it on next activation. See getMC_ID() Definition at line 49 of file PostureNode.h.
accessor for posture, note this doesn't affect the current PostureMC, just the cached one which will be loaded into it on next activation. See getMC_ID() Definition at line 47 of file PostureNode.h.
loads the specified file into posture, note this doesn't affect the current PostureMC, just the cached one which will be loaded into it on next activation. See getPosture(), getMC_ID() Definition at line 41 of file PostureNode.h.
Adds the motion command to the motion manager, add a listener for the motion's completion event. Reimplemented from MCNodeBase. Definition at line 35 of file PostureNode.h. Member Data Documentation
The internal cache of joint positions, copied to the motion command when activated. This allows the motion command to be shared by other nodes/behaviors, which might modify the posture on an ongoing basis. Definition at line 55 of file PostureNode.h. Referenced by getPosture(), loadFile(), PostureNode(), and preStart(). The documentation for this class was generated from the following file: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v5.1CVS |
Generated Fri Mar 16 05:27:25 2012 by Doxygen 1.6.3 |