You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that motors seem to keep some momentum after they are stopped and started again when using the current main branch. There also seems to be quite a long spin-up time in this case.
Are there some settings I can tweak to improve the responsiveness in this case? I noticed that using motor.set_speed_unit_rpm(True) already reduces the momentum issue somewhat (and improves the spin-up time significantly).
The text was updated successfully, but these errors were encountered:
I noticed that motors seem to keep some momentum after they are stopped and started again when using the current
main
branch. There also seems to be quite a long spin-up time in this case.An example script to simulate the behaviour:
Motor behaviour:
buildhat_motor_stop.mp4
Are there some settings I can tweak to improve the responsiveness in this case? I noticed that using
motor.set_speed_unit_rpm(True)
already reduces the momentum issue somewhat (and improves the spin-up time significantly).The text was updated successfully, but these errors were encountered: