OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotator_ids
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CameraITS/tools/
rotation_rig.py
88
rotator_ids
= s[8:].split(':')
89
if len(
rotator_ids
) == 3:
90
vid = '0x' +
rotator_ids
[0]
91
pid = '0x' +
rotator_ids
[1]
92
ch =
rotator_ids
[2]
93
elif len(
rotator_ids
) == 1:
94
if
rotator_ids
[0] in VALID_RELAY_CHANNELS:
99
ch =
rotator_ids
[0]
100
elif
rotator_ids
[0] == 'default':
108
print 'Invalid channel: %s' %
rotator_ids
[0
[
all
...]
run_sensor_fusion_box.py
47
rotator_ids
= 'default'
52
rotator_ids
= s[8:]
67
if
rotator_ids
:
68
rotator_id_arg = 'rotator=' +
rotator_ids
79
cmd = ('python tools/rotation_rig.py rotator=%s' %
rotator_ids
)
Completed in 51 milliseconds