mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
Fixing function some more on the ds4 dpad
This commit is contained in:
@@ -107,7 +107,7 @@ def run_benchmark():
|
||||
time.sleep(0.2)
|
||||
|
||||
if kerasService.look_for_word(word="pass", attempts=5, interval=0.2):
|
||||
logging.info('Saw rocket pass. Navigatin g accordingly.')
|
||||
logging.info('Saw rocket pass. Navigating accordingly.')
|
||||
gamepad.single_dpad_press(direction=vg.DS4_DPAD_DIRECTIONS.DS4_BUTTON_DPAD_SOUTH)
|
||||
time.sleep(0.2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user