mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
disable servos in main loop for testing
This commit is contained in:
parent
1da7b60ba1
commit
7f2e8498a6
|
@ -144,8 +144,8 @@ def control_thread():
|
|||
motor_speed += c[-1]
|
||||
|
||||
# Update motors
|
||||
for ii in range(3):
|
||||
servos[ii].throttle = motor_speed[ii]
|
||||
# for ii in range(3):
|
||||
# servos[ii].throttle = motor_speed[ii]
|
||||
|
||||
# Log data
|
||||
new_time_data = [[this_time, line_position]]
|
||||
|
|
Loading…
Reference in New Issue
Block a user