Log in

View Full Version : paper: Waypoint trajectory demo java applet


RyanCahoon
31-08-2009, 02:18
Thread created automatically to discuss a document in CD-Media.

Waypoint trajectory demo java applet (http://www.chiefdelphi.com/media/papers/2283?) by RyanCahoon

RyanCahoon
31-08-2009, 02:19
General idea could be applied to a robot by using a gyro and encoders to track (x,y) position on the field and running a PID loop, perhaps somewhat similar to line following. However, this code has not been tested with a real robot, and would probably need some modification for use in that purpose (I have a feeling that velocities would need to be controlled better). This applet should hopefully provide a starting point however.

--Ryan