mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-27 13:23:52 +08:00
fix ascii protocol and add automated test for it
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user