Skip to content

Commit

Permalink
Change back to 10rps for the regen protection HWIL test
Browse files Browse the repository at this point in the history
  • Loading branch information
PAJohnson committed Aug 10, 2020
1 parent b156af0 commit 1e39702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/odrive/tests/closed_loop_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class TestRegenProtection(TestClosedLoopControlBase):

def run_test(self, axis_ctx: ODriveAxisComponent, motor_ctx: MotorComponent, enc_ctx: EncoderComponent, logger: Logger):
with self.prepare(axis_ctx, motor_ctx, enc_ctx, logger):
nominal_rps = 15.0
nominal_rps = 10.0
nominal_vel = nominal_rps
max_current = 30.0

Expand Down

0 comments on commit 1e39702

Please sign in to comment.