@@ -184,18 +184,19 @@ TEST_F(TestControllerManagerSrvs, list_controllers_srv)
184
184
result->controller [0 ].claimed_interfaces ,
185
185
UnorderedElementsAre (
186
186
" joint2/velocity" , " joint3/velocity" , " joint2/max_acceleration" , " configuration/max_tcp_jerk" ,
187
- " joint1/position" , " joint1/max_velocity" ));
187
+ " joint1/position" , " joint1/max_velocity" , " joint1/effort " ));
188
188
ASSERT_THAT (
189
189
result->controller [0 ].required_command_interfaces ,
190
190
UnorderedElementsAre (
191
191
" configuration/max_tcp_jerk" , " joint1/max_velocity" , " joint1/position" ,
192
- " joint2/max_acceleration" , " joint2/velocity" , " joint3/velocity" ));
192
+ " joint2/max_acceleration" , " joint2/velocity" , " joint3/velocity" , " joint1/effort " ));
193
193
ASSERT_THAT (
194
194
result->controller [0 ].required_state_interfaces ,
195
195
UnorderedElementsAre (
196
196
" configuration/max_tcp_jerk" , " joint1/position" , " joint1/some_unlisted_interface" ,
197
197
" joint1/velocity" , " joint2/acceleration" , " joint2/position" , " joint2/velocity" ,
198
- " joint3/acceleration" , " joint3/position" , " joint3/velocity" , " sensor1/velocity" ));
198
+ " joint3/acceleration" , " joint3/position" , " joint3/velocity" , " sensor1/velocity" ,
199
+ " joint1/effort" ));
199
200
200
201
// Try again with higher timeout
201
202
cm_->switch_controller (
0 commit comments