Difference between revisions of ".aim"
From WikiManual
m |
m (typo fix) |
||
Line 16: | Line 16: | ||
− | :can be used in conjunction with [[.setaim]] | + | :can be used in conjunction with [[.setaim]] to effect a small turn ... |
− | :in this case, a small turn to the left of the robot's current heading. | + | :in this case, a small turn of 10 to the left of the robot's current heading. |
*.aim 10 [[add]] [[.setaim]] [[store]] | *.aim 10 [[add]] [[.setaim]] [[store]] |
Latest revision as of 20:03, 1 February 2006
18 .aim
- .aim directly reads the exact orientation/heading of a robot.
Sysvars:
Shooting:
|
*.aim will read the robot's orientation.
- 0 (or 1256) ---> screen right
- 314 --- screen up
- 628 --- screen left
- 942 --- screen down
- can be used in conjunction with .setaim to effect a small turn ...
- in this case, a small turn of 10 to the left of the robot's current heading.
*.aim 10 add .setaim store