Decision Module
1.0
ICRA2020 AI Challenge Northwestern Polytechnical University Aoxiang Team Strategy Code
|
Go to the documentation of this file.
5 #ifndef ICRA_FIREFLY_ROBORTS_STOP_MOVE_STRATEGY_H
6 #define ICRA_FIREFLY_ROBORTS_STOP_MOVE_STRATEGY_H
8 #include "../abstract_common_strategy.h"
14 StopMove(
const std::shared_ptr<MyRobot> &pMyRobot,
15 const std::shared_ptr<Blackboard> &pBlackboard);
25 void Reset()
override;
34 #endif //ICRA_FIREFLY_ROBORTS_STOP_MOVE_STRATEGY_H
BehaviorState Update() override
Definition: stop_move_strategy.cpp:23
Definition: abstract_common_strategy.h:35
bool CanExecuteMe() override
Definition: stop_move_strategy.cpp:19
StrategyID
Definition: abstract_common_strategy.h:17
StrategyID getID() override
Definition: stop_move_strategy.h:19
Definition: stop_move_strategy.h:12
Definition: behavior_test_node.h:14
BehaviorState
Behavior state.
Definition: behavior_state.h:11
void Reset() override
Definition: stop_move_strategy.cpp:32
StopMove(const std::shared_ptr< MyRobot > &pMyRobot, const std::shared_ptr< Blackboard > &pBlackboard)
Definition: stop_move_strategy.cpp:7
void run() override
Definition: stop_move_strategy.cpp:13