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

Method doMove

tests/gtest_interface.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21struct LinearMotor : public IMotor
22{
23 void doMove() override
24 {
25 std::cout << ">> doMove" << std::endl;
26 }
27};
28
29namespace

Callers 2

onStartMethod · 0.80
onRunningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected