ICFP /
Message Board
Might also be useful. -- HelmutLeitner
Jun 30, 2003
Hi Daniel, Helmut, Burton!
How is it going? I'am at work now, but maybe I will have couple of hours at the end of day.
Have you succeded to drive car on given path? What are our times? Does sharp corners really mean greater times even with smalle path length?
I have ide about finish-path optimization. We need process first optimization and then iterate the last point of PathCurve? through all pixels of finish line. We should each time optimize path again and thus we will have the optimal curve with optimal finishing point. Do you understand me?
We should also perform point reduction on PathCurve?. When we will have small number of points (I think 200-300 instead of 5000), we can apply basic Auto-pilot system, where each point is NAVIGATION point we should reach. When we reach it, we take the next navigation point and so on. At each moment we have out position and navigation point, so we have distance and direction. The rest should be driving car.
Excuse me for not being able to help in details,
I've sent this night ZIP file to Daniel. It contains sources and binaries to produce optimal paths. Did you get it? -- NicTiger?.
- Nic, sorry I got nothing. Daniel sent an e-mail where he talked about an attachment and an additional hint directory in the CVS. I cound find neither. I've also no contact to Burton. I suppose he will turn up in the end and present his super solution. I have no information about traces and simulations at all. I never saw a trace-file from Burton, nor from you. I would like to help but currently I've neither working code nor certainty in information. Where you able to use my manual path suggestions? Have you produced straigtened paths from them? Can you let a car run along a path? -- HelmutLeitner
-- DanielYokomiso?