Skip to content

Commit

Permalink
Update docs
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 Nov 28, 2024
1 parent bb88d53 commit 0bdb06f
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 @@ -553,7 +553,7 @@ controller_interface::ControllerInterfaceBaseSharedPtr ControllerManager::load_c
const std::string param_name = controller_name + ".params_file";
controller_spec.info.parameters_files.clear();

// Check if parameter has been declared
// get_parameter checks if parameter has been declared
rclcpp::Parameter params_files_parameter;
if (get_parameter(param_name, params_files_parameter))
{
Expand Down

0 comments on commit 0bdb06f

Please sign in to comment.