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 8f7374f commit 6890308Copy full SHA for 6890308
controller_manager/src/ros2_control_node.cpp
@@ -50,7 +50,6 @@ int main(int argc, char ** argv)
50
// A simple way to reject non ros args
51
continue;
52
}
53
- RCLCPP_INFO(rclcpp::get_logger("CM args"), "Adding argument: %s", argv[i]);
54
node_arguments.push_back(argv[i]);
55
56
cm_node_options.arguments(node_arguments);
0 commit comments