script/console is the best way to get acquainted with the project and understand how robot is controlled. It works just like irb so you can control robot in interactive manner.
Module Robot
provides a low-level interface to control robot. The rest you can found out reading code or using console. Currently i’m planning to develop kinematics for robot, so it’s a long way till walking.