We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d53f1 commit 72ac7ceCopy full SHA for 72ac7ce
ur_robot_driver/CMakeLists.txt
@@ -196,7 +196,7 @@ if(BUILD_TESTING)
196
TIMEOUT
197
180
198
)
199
- add_launch_test(test/robot_driver.py
+ add_launch_test(test/integration_test_scaled_joint_controller.py
200
201
800
202
@@ -212,6 +212,18 @@ if(BUILD_TESTING)
212
213
500
214
215
+ add_launch_test(test/integration_test_config_controller.py
216
+ TIMEOUT
217
+ 800
218
+ )
219
+ add_launch_test(test/integration_test_passthrough_controller.py
220
221
222
223
+ add_launch_test(test/integration_test_io_controller.py
224
225
226
227
add_launch_test(test/integration_test_tool_contact.py
228
229
0 commit comments