Skip to content

Commit

Permalink
fixup conflicts
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
bmagyar and saikishor authored Jan 8, 2024
1 parent 1e923b9 commit cc540eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,8 @@ ControllerManager::ControllerManager(
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.");
<<<<<<< HEAD
init_resource_manager(robot_description);
=======
init_resource_manager(robot_description_);
init_services();
>>>>>>> bdad009 (Initialize the controller manager services after initializing resource manager (#1271))
}

diagnostics_updater_.setHardwareID("ros2_control");
Expand Down Expand Up @@ -352,12 +348,8 @@ void ControllerManager::robot_description_callback(const std_msgs::msg::String &
"description file.");
return;
}
<<<<<<< HEAD
init_resource_manager(robot_description.data.c_str());
=======
init_resource_manager(robot_description_);
init_services();
>>>>>>> bdad009 (Initialize the controller manager services after initializing resource manager (#1271))
}
catch (std::runtime_error & e)
{
Expand Down

0 comments on commit cc540eb

Please sign in to comment.