This function must be implemented in the .cpp file to create a plugin that can be loaded at run-time NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage)
| 6 | // a plugin that can be loaded at run-time |
| 7 | // NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage) |
| 8 | BT_REGISTER_NODES(factory) |
| 9 | { |
| 10 | factory.registerNodeType<MoveBaseAction>("MoveBase"); |
| 11 | } |
| 12 | |
| 13 | BT::NodeStatus MoveBaseAction::onStart() |
| 14 | { |
nothing calls this directly
no outgoing calls
no test coverage detected