We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be28816 commit 37fce24Copy full SHA for 37fce24
cie_thread_configurator/src/main.cpp
@@ -70,7 +70,7 @@ static void spin_thread_configurator_node(const std::string &config_filename) {
70
<< std::endl;
71
}
72
73
- std::cout << config << std::endl;
+ std::cout << config["callback_groups"] << std::endl;
74
75
auto node = std::make_shared<ThreadConfiguratorNode>(config);
76
auto executor = std::make_shared<rclcpp::executors::SingleThreadedExecutor>();
0 commit comments