22 #include "MAStandFunnySkitFinish.hpp" 24 #include "core/MARandomness.hpp" 25 #include "types/MARobotState.hpp" 26 #include "controllers/MALedsController.hpp" 27 #include "MABodyAdjustStandingPosture.hpp" 28 #include "MABodyAwaking.hpp" 31 AdjustPosture(adjust_posture)
virtual void ActivatingActions() override
Perform actions when the behavior is being activated.
MA::DesiredConnectionMap DesiredConnections
Desired connection map to other behaviors.
int PlaySound(const std::string &name)
Play a sound and register the playback.
#define MABEHAVIOR_CREATE(_behavior, _master,...)
Create behaviors with custom constructor safely.
std::string MCGetClassName(T *instance=nullptr, const std::string &name_suffix="")
Get a class name.
virtual MABehavior::StimulusLevelType GetCurrentStimulus() override
Get the current behavior stimulus.
void StartTransition(MAController &controller, const std::string &transition_name)
Start a transition.