Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
christophfroehlich and saikishor committed Mar 27, 2024
1 parent e23d1e0 commit 30f2248
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controller_manager/test/test_controller_manager_srvs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ TEST_F(TestControllerManagerSrvs, unload_controller_srv)
EXPECT_EQ(0u, cm_->get_loaded_controllers().size());
}

<<<<<<< HEAD
=======
TEST_F(TestControllerManagerSrvs, robot_description_on_load_and_unload_controller)
{
rclcpp::executors::SingleThreadedExecutor srv_executor;
Expand Down Expand Up @@ -512,7 +510,6 @@ TEST_F(TestControllerManagerSrvs, robot_description_on_load_and_unload_controlle
test_controller->get_robot_description());
}

>>>>>>> 6f57faf (check for state of the controller node before cleanup (#1363))
TEST_F(TestControllerManagerSrvs, configure_controller_srv)
{
rclcpp::executors::SingleThreadedExecutor srv_executor;
Expand Down

0 comments on commit 30f2248

Please sign in to comment.