From 1b3af7641d4b69a6acca925c646174d52cced36a Mon Sep 17 00:00:00 2001 From: Sai Kishor Kothakota Date: Mon, 12 Aug 2024 22:47:09 +0200 Subject: [PATCH] Push controller manager service tests pending fix --- controller_manager/test/test_controller_manager_srvs.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/controller_manager/test/test_controller_manager_srvs.cpp b/controller_manager/test/test_controller_manager_srvs.cpp index 61ba991abc..2b2f90040a 100644 --- a/controller_manager/test/test_controller_manager_srvs.cpp +++ b/controller_manager/test/test_controller_manager_srvs.cpp @@ -184,18 +184,19 @@ TEST_F(TestControllerManagerSrvs, list_controllers_srv) result->controller[0].claimed_interfaces, UnorderedElementsAre( "joint2/velocity", "joint3/velocity", "joint2/max_acceleration", "configuration/max_tcp_jerk", - "joint1/position", "joint1/max_velocity")); + "joint1/position", "joint1/max_velocity", "joint1/effort")); ASSERT_THAT( result->controller[0].required_command_interfaces, UnorderedElementsAre( "configuration/max_tcp_jerk", "joint1/max_velocity", "joint1/position", - "joint2/max_acceleration", "joint2/velocity", "joint3/velocity")); + "joint2/max_acceleration", "joint2/velocity", "joint3/velocity", "joint1/effort")); ASSERT_THAT( result->controller[0].required_state_interfaces, UnorderedElementsAre( "configuration/max_tcp_jerk", "joint1/position", "joint1/some_unlisted_interface", "joint1/velocity", "joint2/acceleration", "joint2/position", "joint2/velocity", - "joint3/acceleration", "joint3/position", "joint3/velocity", "sensor1/velocity")); + "joint3/acceleration", "joint3/position", "joint3/velocity", "sensor1/velocity", + "joint1/effort")); // Try again with higher timeout cm_->switch_controller(