Replies: 1 comment
-
|
any code to share ? Constant acceleration means to speed up from standstill with constant force. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to run a stepper continuously, reversing, and starting and stopping. So why if I am only using runForward() and runBackward(), if I don't setLinearAcceleration(), when I start from zero speed does it jump to full speed, but if I stopMove() it decelerates to a stop, and if I reverse the direction it cleanly decelerates and when it hits zero speed, it accelerates? If I use setLinearAcceleration(), but not setAcceleration(), it does not move at all. And the two functions use different parameters that are not necessarily easy to translate between!
Beta Was this translation helpful? Give feedback.
All reactions