paper: Trapezoidal Motion Profile Generator

Thread created automatically to discuss a document in CD-Media.

Trapezoidal Motion Profile Generator
by: Ether

Sinusoidal Motion Profile Equations, Code, & Plots

[b]

PLEASE USE THESE LINKS TO DOWNLOAD LATEST VERSIONS

Sinusoidal Accel Profile
How to calculate a smooth sinusoidal acceleration motion profile,
given max accel and distance-to-target.
PDF file includes equations, example plots, and working Maxima scripts:
http://www.chiefdelphi.com/media/papers/download/4496

Sinusoidal accel motion profile generator Win32 console app
for off-line profile generation
http://www.chiefdelphi.com/media/papers/download/4639

cascaded position and velocity loops with feedforward.
http://www.chiefdelphi.com/media/papers/download/4346

x(t) v(t) a(t) motion profile with TalonSRX in speed-control mode.
http://www.chiefdelphi.com/media/papers/download/4457

x(t) v(t) a(t) motion profile with TalonSRX in position-control mode.
http://www.chiefdelphi.com/media/papers/download/4638

[/b]


Sinusoidal Accel Profile.mac.txt (591 Bytes)
Trapezoidal Accel Profile.mac.txt (1.51 KB)

x(t) v(t) a(t) revA.png

sinusoidal acceleration motion profile revC.pdf (149 KB)

sine_accel_1724.zip (50.2 KB)

I see that this is desired behavior, but how do we poke the robot so it does what we want?

Is ‘v’ proportional to the motor output? Seems like we would tune ‘amax’ until the robot drives the desired distance in the desired time.

Is motor output a combination of ‘v’ and the different between actual ‘x’ and desired ‘x’?

*Hi Jesse, I answered your question here:

@all: please use the above link for any further discussion. Thanks.

Ether,

I am curious as to why you are proposing this equation based method when the filter based method posted from post #18 in this thread:http://www.chiefdelphi.com/forums/showthread.php?t=98358&highlight=motion+profile

The filter method is so much more real time friendly and flexible as you can determine the motion acceleration type just by manipulating the filter lengths.

Paul

*Greetings all:

Please continue the discussion in this thread:

Thank you !