Skip to content

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Astilious committed Mar 31, 2020
1 parent 6ad2be8 commit d4f246f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions source/tools/vatnao.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@ For example, in the case of the ball detector, each heuristic can be broken down
and displayed separately to determine optimal values for the checks. The tool
also handles other modules of vision, such as field feature and robot detection.

For basic usage:

1. Compile
2. Run:
::
bash
vatnao -f some/offnao/dump/with/raw/images.ofn

To change the colour calibration files used:
For basic usage build rUNSWift, then run:
::
bash
vatnao -f some/offnao/dump/with/raw/images.ofn
Expand Down Expand Up @@ -173,6 +164,7 @@ In the example below, VisionPainter would draw a red circle of radius `5` at coo
#endif

The `VisionPainter` has the following methods:

* 'draw(x, y, colour)' or 'draw(x, y, r, g, b)'

Fills the pixel at the given x, y coordinates with the given colour.
Expand Down

0 comments on commit d4f246f

Please sign in to comment.