dart
|
class BodyContactCondition More...
#include <TerminalCondition.hpp>
Public Member Functions | |
BodyContactCondition (State *_state, dart::dynamics::BodyNode *_body) | |
Constructor. | |
virtual | ~BodyContactCondition () |
Destructor. | |
bool | isSatisfied () override |
Check if this condition is satisfied or not. | |
BodyContactCondition (State *_state, dart::dynamics::BodyNode *_body) | |
Constructor. | |
virtual | ~BodyContactCondition () |
Destructor. | |
bool | isSatisfied () override |
Check if this condition is satisfied or not. | |
![]() | |
TerminalCondition (State *_state) | |
Constructor. | |
virtual | ~TerminalCondition () |
Destructor. | |
TerminalCondition (State *_state) | |
Constructor. | |
virtual | ~TerminalCondition () |
Destructor. | |
Protected Attributes | |
dart::dynamics::BodyNode * | mBodyNode |
Body node to be tested. | |
![]() | |
State * | mState |
State. | |
class BodyContactCondition