Skip to content

Commit

Permalink
Merge branch 'master' into add_limits_types
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 authored Jan 8, 2025
2 parents 7151248 + 940cf53 commit cc94692
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 cc94692

Please sign in to comment.