Skip to content

Commit

Permalink
Initialize robot description in ControllerManager (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 authored Jan 8, 2025
1 parent 6e1059c commit 940cf53
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 940cf53

Please sign in to comment.