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

Method go

examples/ex01_wrap_legacy.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19public:
20 bool go(Point3D goal)
21 {
22 printf("Going to: %f %f %f\n", goal.x, goal.y, goal.z);
23 return true; // true means success in my legacy code
24 }
25};
26
27// Similarly to the previous tutorials, we need to implement this parsing method,

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected