Skip to content

Commit

Permalink
Revert unintended change.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Feb 1, 2024
1 parent 12f735a commit bdf210c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ ControllerManager::ControllerManager(
}
else
{
RCLCPP_WARN(
get_logger(),
"[Deprecated] Passing the robot description parameter directly to the control_manager node "
"is deprecated. Use '~/robot_description' topic from 'robot_state_publisher' instead.");
init_resource_manager(robot_description_);
init_services();
}
Expand Down

0 comments on commit bdf210c

Please sign in to comment.