File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -214,15 +214,11 @@ if(BUILD_TESTING)
214214 TIMEOUT
215215 180
216216 )
217- <<<<<<< HEAD
218- add_launch_test(test /robot_driver.py
219- =======
220217 add_launch_test(test /example_move.py
221218 TIMEOUT
222219 180
223220 )
224221 add_launch_test(test /integration_test_scaled_joint_controller.py
225- >>>>>>> fe37d9a (Running integration tests with mock hardware (#1226))
226222 TIMEOUT
227223 800
228224 )
Original file line number Diff line number Diff line change @@ -472,8 +472,8 @@ def generate_mock_hardware_test_description(
472472 "headless_mode" : "true" ,
473473 "launch_dashboard_client" : "true" ,
474474 "start_joint_controller" : "false" ,
475- "use_mock_hardware " : "true" ,
476- "mock_sensor_commands " : "true" ,
475+ "use_fake_hardware " : "true" ,
476+ "fake_sensor_commands " : "true" ,
477477 }
478478 if tf_prefix :
479479 launch_arguments ["tf_prefix" ] = tf_prefix
You can’t perform that action at this time.
0 commit comments