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

Method onHalt

btcpp_ros2_samples/src/sleep_action.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void SleepAction::onHalt()
26{
27 RCLCPP_INFO(logger(), "%s: onHalt", name().c_str());
28}
29
30// Plugin registration.
31// The class SleepAction will self register with name "SleepAction".

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected