Searched refs:rotate_ch (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/utils/ |
D | sensor_fusion_utils.py | 311 def rotation_rig(rotate_cntl, rotate_ch, num_rotations, angles, servo_speed, argument 329 logging.debug('Controller: %s, ch: %s', rotate_cntl, rotate_ch) 333 arduino_rotate_servo_to_angle(rotate_ch, 0, arduino_serial_port, 1) 336 set_servo_speed(rotate_ch, servo_speed, arduino_serial_port, delay=0) 348 arduino_rotate_servo(rotate_ch, angles, move_time, arduino_serial_port) 350 canakit_set_relay_channel_state(canakit_serial_port, rotate_ch, 'ON') 351 canakit_set_relay_channel_state(canakit_serial_port, rotate_ch, 'OFF') 355 arduino_rotate_servo_to_angle(rotate_ch, 0, arduino_serial_port, 1)
|