Society of Robots - Robot Forum

Software => Software => Topic started by: pomprocker on March 09, 2009, 12:56:36 PM

Title: Ramping up speed
Post by: pomprocker on March 09, 2009, 12:56:36 PM
Here is a good article on Ramping in navigation (scroll down a bit)

http://forums.parallax.com/forums/default.aspx?f=6&m=60112 (http://forums.parallax.com/forums/default.aspx?f=6&m=60112)
Title: Re: Ramping up speed
Post by: Ro-Bot-X on March 09, 2009, 01:42:16 PM
Thanks! This is most helpfull since I was looking for such info! You definitelly deserve a "click"!
Title: Re: Ramping up speed
Post by: Admin on March 19, 2009, 03:55:13 AM
I do this for the camera head on my ERP. Originally I had the problem of the head spassing out going all crazy n stuff.

I added in what I call 'control damping'. Basically only allowing it to rotate so much per program loop. I also added in a feature that allows me to control the damping with a variable.

The Stampy algorithm also has something similar, where the ramping up is controlled by a threshold value that anyone can tweak.