MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.ROS2 / tick

Method tick

btcpp_ros2_samples/src/set_bool_node.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31//-----------------------------------------------------------
32
33BT::NodeStatus SetRobotBoolService::tick()
34{
35 std::string robot;
36 if(getInput("robot", robot) && !robot.empty())
37 {
38 setServiceName(robot + "/" + service_suffix_);
39 }
40 return SetBoolService::tick();
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected