dominika version
This commit is contained in:
@@ -106,12 +106,12 @@ def main():
|
|||||||
cross_cooldown -= 1
|
cross_cooldown -= 1
|
||||||
|
|
||||||
# Тушение
|
# Тушение
|
||||||
if enabled:
|
#if enabled:
|
||||||
if special == 'dome' and not dome_processed:
|
if special == 'dome' and not dome_processed:
|
||||||
robot.send_fire_ext_burst_cmd()
|
robot.send_fire_ext_burst_cmd()
|
||||||
dome_processed = True
|
dome_processed = True
|
||||||
elif special != 'dome':
|
elif special != 'dome':
|
||||||
dome_processed = False
|
dome_processed = False
|
||||||
|
|
||||||
# Скорости из рук
|
# Скорости из рук
|
||||||
linear, angular = arm_control.compute_speeds(landmarks)
|
linear, angular = arm_control.compute_speeds(landmarks)
|
||||||
|
|||||||
Reference in New Issue
Block a user