Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ onRunning
Method
onRunning
tests/gtest_interface.cpp:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
return BT::NodeStatus::RUNNING;
58
}
59
BT::NodeStatus onRunning() override
60
{
61
std::cout <<
"onRunning"
<< std::endl;
62
imotor_.doMove();
63
return BT::NodeStatus::SUCCESS;
64
}
65
void onHalted() override
66
{}
67
Callers
nothing calls this directly
Calls
1
doMove
Method · 0.80
Tested by
no test coverage detected