fix ascii protocol and add automated test for it

This commit is contained in:
Samuel Sadok
2018-05-15 21:37:49 -07:00
parent e0b0824783
commit a8267325ed
4 changed files with 88 additions and 8 deletions
+2
View File
@@ -87,6 +87,8 @@ else:
all_tests.append(TestDiscoverAndGotoIdle())
all_tests.append(TestEncoderOffsetCalibration(pass_if_ready=True))
all_tests.append(TestAsciiProtocol())
if test_rig_yaml['type'] == 'parallel':
#all_tests.append(TestHighVelocity())
all_tests.append(TestHighVelocityInViscousFluid(load_current=35, driver_current=45))