Table of Contents

Sample Darwin Tutorial Walkthrough

In Darwin, there are many in-built tutorials that will guide you through the basics of various functions. I will go through only some of them.

Head Tracking

Get to the “head_tracking” folder in the directory darwin→Linux→project→tutorial→head_tracking.

$ cd /darwin/Linux/project/tutorial/head_tracking
$ sudo su
# make
# ./head_tracking

The command make creates compiles the head_tracking.cpp that is already in the folder and produces the executable file that can be run by keying ./head_tracking.

Colour of the item tracked by the Darwin can be calibrated as such.

colourhues.jpeg



Ball Following

Get to the “ball_following” folder in the directory darwin→Linux→project→tutorial→ball_following.

# cd /darwin/Linux/project/tutorial/ball_following
# make
# ./ball_following