Skip to content

Commit 37fce24

Browse files
committed
fix
1 parent be28816 commit 37fce24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cie_thread_configurator/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static void spin_thread_configurator_node(const std::string &config_filename) {
7070
<< std::endl;
7171
}
7272

73-
std::cout << config << std::endl;
73+
std::cout << config["callback_groups"] << std::endl;
7474

7575
auto node = std::make_shared<ThreadConfiguratorNode>(config);
7676
auto executor = std::make_shared<rclcpp::executors::SingleThreadedExecutor>();

0 commit comments

Comments
 (0)