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

Function main

btcpp_ros2_samples/src/sleep_server.cpp:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}; // class SleepActionServer
91
92int main(int argc, char** argv)
93{
94 rclcpp::init(argc, argv);
95 auto node = std::make_shared<SleepActionServer>();
96
97 rclcpp::spin(node);
98
99 return 0;
100}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected