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