Decision Module
1.0
ICRA2020 AI Challenge Northwestern Polytechnical University Aoxiang Team Strategy Code
|
Go to the documentation of this file.
5 #ifndef ROBOTRTS_WS_SRC_ICRA_FIREFLY_ROBORTS_ROBORTS_DECISION_BEHAVIOR_TEST_NODE_H_
6 #define ROBOTRTS_WS_SRC_ICRA_FIREFLY_ROBORTS_ROBORTS_DECISION_BEHAVIOR_TEST_NODE_H_
12 #include"../roborts_decision/behavior_tree/behavior_tree.h"
30 #endif //ROBOTRTS_WS_SRC_ICRA_FIREFLY_ROBORTS_ROBORTS_DECISION_BEHAVIOR_TEST_NODE_H_
~BehaviorTestNode()=default
static std::shared_ptr< BehaviorTestNode > GetBehaviorTestNode()
Definition: behavior_test_node.cpp:114
BehaviorTestNode(const BehaviorTestNode &)=delete
Definition: behavior_test_node.h:15
Definition: behavior_test_node.h:14
static std::shared_ptr< BehaviorTestNode > ptr_behavior_test_node
Definition: behavior_test_node.h:27
std::shared_ptr< BehaviorNode > CreatRootNode()
Definition: behavior_test_node.cpp:44
BehaviorTestNode(BehaviorTestNode &&)=delete
BehaviorTestNode()
Definition: behavior_test_node.cpp:40