We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2446fd0 commit d08d9cfCopy full SHA for d08d9cf
rclcpp_components/src/node_main.cpp.in
@@ -23,11 +23,14 @@
23
24
#define NODE_MAIN_LOGGER_NAME "@node@"
25
26
+using namespace rclcpp::executors;
27
+using namespace rclcpp::experimental::executors;
28
+
29
int main(int argc, char * argv[])
30
{
31
auto args = rclcpp::init_and_remove_ros_arguments(argc, argv);
32
rclcpp::Logger logger = rclcpp::get_logger(NODE_MAIN_LOGGER_NAME);
- rclcpp::executors::@executor@ exec;
33
+ @executor@ exec;
34
rclcpp::NodeOptions options;
35
options.arguments(args);
36
std::vector<rclcpp_components::NodeInstanceWrapper> node_wrappers;
0 commit comments