MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / IsHealthOk

Method IsHealthOk

tests/gtest_enums.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172{
173public:
174 explicit IsHealthOk(const std::string& name, const BT::NodeConfig& config)
175 : BT::ConditionNode(name, config)
176 {}
177
178 ~IsHealthOk() override = default;
179 IsHealthOk(const IsHealthOk&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected