MCPcopy Create free account
hub / github.com/PlanSys2/ros2_planning_system / main

Function main

plansys2_executor/src/executor_node.cpp:20–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "rclcpp/rclcpp.hpp"
19
20int main(int argc, char ** argv)
21{
22 rclcpp::init(argc, argv);
23 auto node = std::make_shared<plansys2::ExecutorNode>();
24
25 rclcpp::spin(node->get_node_base_interface());
26
27 rclcpp::shutdown();
28
29 return 0;
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected