Skip to content

Commit

Permalink
Update controller_manager/src/controller_manager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Jan 9, 2025
1 parent b21954e commit 6a3870c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,7 @@ void ControllerManager::init_resource_manager(const std::string & robot_descript
}
else
{
RCLCPP_INFO(
get_logger(), "Excluding component '%s' from loading.", component.c_str());
RCLCPP_INFO(get_logger(), "Excluding component '%s' from loading.", component.c_str());
components_to_activate.erase(component);
}
}
Expand Down

0 comments on commit 6a3870c

Please sign in to comment.