Skip to content

Commit

Permalink
Merge branch 'ros-controls:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tonynajjar authored Jan 8, 2025
2 parents 5135ccd + 940cf53 commit 558795d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ ControllerManager::ControllerManager(
chainable_loader_(
std::make_shared<pluginlib::ClassLoader<controller_interface::ChainableControllerInterface>>(
kControllerInterfaceNamespace, kChainableControllerInterfaceClassName)),
cm_node_options_(options)
cm_node_options_(options),
robot_description_(urdf)
{
initialize_parameters();
resource_manager_ = std::make_unique<hardware_interface::ResourceManager>(
Expand Down

0 comments on commit 558795d

Please sign in to comment.