Skip to content

Commit 5d03eea

Browse files
Fix merge conflicts
Co-authored-by: Sai Kishor Kothakota <[email protected]>
1 parent 95a2a9e commit 5d03eea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

controller_manager/test/test_controller_manager_srvs.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,6 @@ TEST_F(TestControllerManagerSrvs, unload_controller_srv)
466466
EXPECT_EQ(0u, cm_->get_loaded_controllers().size());
467467
}
468468

469-
<<<<<<< HEAD
470-
=======
471469
TEST_F(TestControllerManagerSrvs, robot_description_on_load_and_unload_controller)
472470
{
473471
rclcpp::executors::SingleThreadedExecutor srv_executor;
@@ -511,7 +509,6 @@ TEST_F(TestControllerManagerSrvs, robot_description_on_load_and_unload_controlle
511509
test_controller->get_robot_description());
512510
}
513511

514-
>>>>>>> 6f57faf (check for state of the controller node before cleanup (#1363))
515512
TEST_F(TestControllerManagerSrvs, configure_controller_srv)
516513
{
517514
rclcpp::executors::SingleThreadedExecutor srv_executor;

0 commit comments

Comments
 (0)