diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 745271a..e851f36 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -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]]