Skip to content

Commit

Permalink
rcl too -> use rcl to
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Jun 6, 2018
1 parent 934fa77 commit 25716b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/src/rclcpp/node_interfaces/node_parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ NodeParameters::NodeParameters(

std::map<std::string, rclcpp::Parameter> parameters;

// TODO(sloretz) rcl too parse yaml when circular dependency is solved
// TODO(sloretz) use rcl to parse yaml when circular dependency is solved
for (const std::string & yaml_path : yaml_paths) {
rcl_params_t * yaml_params = rcl_yaml_node_struct_init(options->allocator);
if (nullptr == yaml_params) {
Expand Down

0 comments on commit 25716b1

Please sign in to comment.