Searched refs:robot_script (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 366 def _get_control_command_pinch(self, robot_script, gesture, variation): argument 378 para = (robot_script, self._board, 384 def _get_control_command_quickstep(self, robot_script, gesture, variation): argument 386 para = (robot_script, self._board, self._speed_dict[GV.FULL_SPEED]) 446 def _get_control_command_one_stationary_finger(self, robot_script, gesture, argument 488 para = (robot_script, self._board, stationary_x, stationary_y, 493 def _get_control_command_line(self, robot_script, gesture, variation): argument 535 para = (robot_script, self._board, 549 def _get_control_command_stationary_with_taps(self, robot_script, gesture, argument 555 return 'python %s %s.p 0.5 0.5' % (robot_script, self._board) [all …]
|