10 #include <Atoms/BehaviourModule.h>
12 namespace AtomsModules
16 std::vector<int> stateIds;
17 std::vector<double> stateVelocities;
36 std::map<std::string, StateMachineVelocities> m_stateMachineVelocities;
Agent group.
Definition: AgentGroup.h:36
Behaviour module.
Definition: BehaviourModule.h:32
Definition: VelocityToState.h:21
void agentsCreated(const std::vector< Atoms::Agent * > &agents, Atoms::AgentGroup *agentGroup=nullptr)
Agents Created.
void initFrame(const std::vector< Atoms::Agent * > &agents, Atoms::AgentGroup *agentGroup=nullptr)
Init frame.
Definition: VelocityToState.h:15