24 #include "MALegBehavior.hpp" Base class for leg behaviors.
Move a leg to lying position.
virtual void FailingActions() override
Perform actions when the behavior is being failed.
virtual void FinishingActions() override
Perform actions when the behavior is being finished.
virtual void ActivatingActions() override
Perform actions when the behavior is being activated.
virtual MABehavior::StimulusLevelType GetCurrentStimulus() override
Get the current behavior stimulus.
virtual bool IsFailed() override
Whether the behavior is failed.