14 #ifndef PARALLEL_NODE_H 15 #define PARALLEL_NODE_H 37 virtual void halt()
override;
53 #endif // PARALLEL_NODE_H unsigned int thresholdM()
const std::string & name() const
unsigned int success_childred_num_
std::unordered_map< std::string, std::string > NodeParameters
ParallelNode(const std::string &name, int threshold)
static constexpr const char * THRESHOLD_KEY
void setThresholdM(unsigned int threshold_M)
virtual void halt() override
The method used to interrupt the execution of a RUNNING node.
bool read_parameter_from_blackboard_
static const NodeParameters & requiredNodeParameters()
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
unsigned int failure_childred_num_