Skip to content

Commit

Permalink
fix code comments
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
saikishor and christophfroehlich authored Jan 15, 2024
1 parent 8d0b478 commit dc8c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ controller_interface::ControllerInterfaceBaseSharedPtr ControllerManager::load_c
0, 0, this->get_node_clock_interface()->get_clock()->get_clock_type());

// We have to fetch the params_file at the time of loading the controller, because this way we can
// load them at the creating of the LifeCycleNode and this helps in using the features such as
// load them at the creation of the LifeCycleNode and this helps in using the features such as
// read_only params, dynamic maps lists etc
// Now check if the params_file parameter exist
const std::string param_name = controller_name + ".params_file";
Expand Down

0 comments on commit dc8c099

Please sign in to comment.