BipedFootContactClassifier.h file
Namespaces
- namespace iDynTree
Classes
Enums
- enum SwitchingPattern { ALTERNATE_CONTACT, LATEST_ACTIVE_CONTACT, DEFAULT_CONTACT }
- Enumeration of switching pattern.
Enum documentation
enum SwitchingPattern
Enumeration of switching pattern.
| Enumerators | |
|---|---|
| ALTERNATE_CONTACT |
Switching active foot between left and right at every double stance. |
| LATEST_ACTIVE_CONTACT |
Setting active foot to the one that made contact most recently. |
| DEFAULT_CONTACT |
Fixing active foot to the default foot defined by the user. |