Skip to content

Commit

Permalink
Init srvs in resource manager if URDF is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored and dyackzan committed Jan 5, 2024
1 parent a9ba0b2 commit 6291eff
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 @@ -310,6 +310,10 @@ ControllerManager::ControllerManager(
{
subscribe_to_robot_description_topic();
}
else
{
init_services();
}
}

void ControllerManager::subscribe_to_robot_description_topic()
Expand Down

0 comments on commit 6291eff

Please sign in to comment.