Skip to content

Commit

Permalink
Fixed formatting and typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Jan 10, 2025
1 parent 3c61830 commit 416b4df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ void ControllerManager::init_resource_manager(const std::string & robot_descript
*params_ = cm_param_listener_->get_params();
}

if (!resource_manager_->load_and_initialize_components(robot_description, update_rate_, params_->hardware_components_initial_state.not_loaded))
if (!resource_manager_->load_and_initialize_components(
robot_description, update_rate_, params_->hardware_components_initial_state.not_loaded))
{
RCLCPP_WARN(
get_logger(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class ResourceManager
/**
* \param[in] hardware_info vector of hardware parsed from URDF that storage is validated against.
* \param[in] dont_load_components list of component names that should not be loaded and therefore
* should be skiped during validation.
* should be skipped during validation.
* \return true if storage is consistent with URDF, false otherwise.
*/
bool validate_storage(
Expand Down

0 comments on commit 416b4df

Please sign in to comment.