| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |

Definition at line 77 of file WorldModel2Behavior.h.
Public Member Functions | |
| WaitNode (const char *title, StateNode *poppa, MotionManager::MC_ID su) | |
| Constructor. | |
| virtual void | DoStart () |
| Behavior startup. | |
| virtual void | DoStop () |
| Behavior stop. | |
Public Attributes | |
| MotionManager::MC_ID | head_id |
| A motion command ID for the head. | |
| MotionManager::MC_ID | stand_id |
| A motion command ID for standing up. | |
|
||||||||||||||||
|
Constructor.
Definition at line 308 of file WorldModel2Behavior.cc. References MotionManager::MC_ID. |
|
|
Behavior startup.
Reimplemented from StateNode. Definition at line 317 of file WorldModel2Behavior.cc. References MotionManager::addMotion(), MotionManager::checkinMotion(), MotionManager::checkoutMotion(), StateNode::DoStart(), head_id, motman, and HeadPointerMC::setJoints(). |
Here is the call graph for this function:

|
|
Behavior stop.
Reimplemented from StateNode. Definition at line 332 of file WorldModel2Behavior.cc. References StateNode::DoStop(), head_id, motman, and MotionManager::removeMotion(). |
Here is the call graph for this function:

|
|
A motion command ID for the head.
Definition at line 84 of file WorldModel2Behavior.h. |
|
|
A motion command ID for standing up.
Definition at line 85 of file WorldModel2Behavior.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:58:45 2003 by Doxygen 1.3.4 |