Difference between revisions of "Talk:Angular Targeting/Factored"

From Robowiki
Jump to navigation Jump to search
(moving talk from old Angular Targeting/Factored page)
(No difference)

Revision as of 07:45, 13 November 2007

From old wiki's Angular Targeting/Factored page

Check MakoHT/Code for a full implementation of this. Though it is somewhat obscured there by a second aiming method and VirtualGuns code. It is about ten times as simple as it looks in MakoHT.

-- PEZ

Strengths and weaknesses

The result of using this technique is that you keep firing at some average distance from the enemy relative to its current moving direction. This works surprisingly well against many surpringly advanced bots. But it can easily be fooled. Try pitching Gouldingi 1.0 against Ares and you'll see that anything multiplied by zero is always zero =). You'll need to substitute some bd average when shooting against Ares type movement styles. Later versions of Gouldingi handles this by using an even simpler targeting method (AveragedBearingOffsetTargeting) when the enemy is stationary. -- PEZ

Bots using this technique