Difference between revisions of "Precise Prediction"

From Robowiki
Jump to navigation Jump to search
m (moved Wave Surfing/Precise Prediction to Precise Prediction over redirect: technique is not specific to Wave Surfing)
m (remove 1st person reference)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
A technique used by I think all expert wave surfers. Using RoboCode physics to precisely predict your bots position when the surfed wave hits gives you the richest information possible. Then it's up to the decision mechanism to move accordingly. Look at the pages [[FuturePosition]] and [[Apollon]] for ways to implement this. Also try [[PPP]] and check its source code for an implementation of the [[Apollon]] published code.
+
A technique used by most [[Wave Surfing]] robots. Using RoboCode physics to precisely predict your bots position when the surfed wave hits gives you the richest information possible. Then it's up to the decision mechanism to move accordingly. Look at the pages [[FuturePosition]] and [[Apollon]] for ways to implement this. Also try [[PPP]] and check its source code for an implementation of the [[Apollon]] published code.
  
 
[[Category:Movement]]
 
[[Category:Movement]]

Revision as of 02:31, 5 December 2009

This article is a stub. You can help RoboWiki by expanding it.

A technique used by most Wave Surfing robots. Using RoboCode physics to precisely predict your bots position when the surfed wave hits gives you the richest information possible. Then it's up to the decision mechanism to move accordingly. Look at the pages FuturePosition and Apollon for ways to implement this. Also try PPP and check its source code for an implementation of the Apollon published code.