Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ref:gait_state_controller [2020/11/30 13:11] tgeijten [GaitStateController] |
ref:gait_state_controller [2020/11/30 13:14] tgeijten [GaitStateController] |
||
---|---|---|---|
Line 10: | Line 10: | ||
* ''LiftOff'' -> ''Swing'' occurs if ''leg_load'' is below **swing_load_threshold**. | * ''LiftOff'' -> ''Swing'' occurs if ''leg_load'' is below **swing_load_threshold**. | ||
* ''Swing'' -> ''Landing'' occurs if ''sagittal_pos'' is above **landing_threshold**. | * ''Swing'' -> ''Landing'' occurs if ''sagittal_pos'' is above **landing_threshold**. | ||
+ | |||
+ | See the [[https://scone.software/doku.php?id=tutorials:gait|gait tutorial]] for an example. | ||
**Inherits from** [[controller|Controller]]. | **Inherits from** [[controller|Controller]]. |