Skip to content

Commit

Permalink
fix mergify
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jan 3, 2024
1 parent 28a9098 commit d2d700f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gz_ros2_control/src/gz_ros2_control_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,14 +297,11 @@ void GazeboSimROS2ControlPlugin::Configure(

// Get controller manager node name
std::string controllerManagerNodeName{"controller_manager"};
<<<<<<< HEAD:gz_ros2_control/src/gz_ros2_control_plugin.cpp
=======

if (sdfPtr->HasElement("controller_manager_name")) {
controllerManagerNodeName = sdfPtr->GetElement("controller_manager_name")->Get<std::string>();
}

>>>>>>> b77f972 (Add controller name parameter (#212)):ign_ros2_control/src/ign_ros2_control_plugin.cpp
std::string ns = "/";

// Hold joints if no control mode is active?
Expand Down

0 comments on commit d2d700f

Please sign in to comment.