BuildingΒΆ

To compile (build) the codebase for a V6 robot, run

$ nao_build-2.8.sh

Tip

Optionally, you can also compile just a single program, such as

$ nao_build-2.1.sh offnao.bin

Possible programs that can be built are listed below.

nao_build-2.8.sh nao_build-2.1.sh
runswift runswift
state-estimation-simulator.bin offnao.bin
. vatnao.bin
. vatnao-legacy.bin
. state-estimation-simulator.bin

Note

By default, the maximum number of processors available will be used for compilation.

Tip

Builds can fail in strange ways sometimes. Try nao_build-2.8.sh -B to do a clean build