Skip to content

Commit ad1f30a

Browse files
authored
Update moveit_plugins/moveit_ros_control_interface/src/controller_manager_plugin.cpp
1 parent 84dfdc2 commit ad1f30a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

moveit_plugins/moveit_ros_control_interface/src/controller_manager_plugin.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,13 +403,8 @@ class Ros2ControlManager : public moveit_controller_manager::MoveItControllerMan
403403
/**
404404
* \brief Filter lists for managed controller and computes switching set.
405405
* Stopped list might be extended by unsupported controllers that claim needed resources
406-
<<<<<<< HEAD
407-
* @param activate
408-
* @param deactivate
409-
=======
410406
* @param activate_base vector of controllers to be activated
411407
* @param deactivate_base vector of controllers to be deactivated
412-
>>>>>>> dbf07b1ac (Add logic to Ros2ControlManager to match ros2_control (#3332))
413408
* @return true if switching succeeded
414409
*/
415410
bool switchControllers(const std::vector<std::string>& activate_base,

0 commit comments

Comments
 (0)