[Home]History of ReallyReallySimpleWallSmoothing

Robo Home | Changes | Preferences | AllPages


Revision 4 . . February 2, 2007 6:46 EST by AaronR [Fixed bug]
Revision 3 . . (edit) February 2, 2007 5:20 EST by AaronR
  

Difference (from prior major revision) (no other diffs)

Changed: 22,23c22,23
double aheadDistanceToWall? = (axis / Math.cos(Util.normalAbsoluteAngle?(heading + 90))) - 36;
double backDistanceToWall? = (axis / Math.cos(Util.normalAbsoluteAngle?(heading - 90))) - 36;
double aheadDistanceToWall? = (axis / Math.cos(heading)) - 36;
double backDistanceToWall? = (axis / Math.cos(Util.normalAbsoluteAngle?(heading - 180))) - 36;

Robo Home | Changes | Preferences | AllPages
Search: