We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b755b5 commit a760043Copy full SHA for a760043
utils/move_motor.py
@@ -41,7 +41,9 @@
41
42
motor.reset()
43
log.info("Motor %s, move to position %d" % (args.motor, args.degrees))
44
-motor.run_to_rel_pos(duty_cycle_sp=args.speed, position_sp=args.degrees)
+motor.run_to_rel_pos(speed_sp=args.speed,
45
+ # ramp_down_sp=200,
46
+ position_sp=args.degrees)
47
motor.wait_for_running()
48
log.info("Motor %s is running" % args.motor)
49
motor.wait_for_stop()
0 commit comments