Skip to content

Commit

Permalink
Fix wrong warning messages (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Mar 20, 2023
1 parent 8252a85 commit 1d6ac80
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 @@ -200,7 +200,7 @@ void ControllerManager::init_resource_manager(const std::string & robot_descript
{
RCLCPP_WARN_STREAM(
get_logger(),
"[Deprecated]: Usage of parameter \"activate_components_on_start\" is deprecated. Use "
"[Deprecated]: Usage of parameter \"configure_components_on_start\" is deprecated. Use "
"hardware_spawner instead.");
rclcpp_lifecycle::State inactive_state(
State::PRIMARY_STATE_INACTIVE, hardware_interface::lifecycle_state_names::INACTIVE);
Expand Down

0 comments on commit 1d6ac80

Please sign in to comment.