First complete draft
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
\chapter{Implementation details}
|
||||
\chapter{Implementation Details}
|
||||
|
||||
\section{Code organization}
|
||||
\section{Code Organization}
|
||||
|
||||
Our code is organized as a standard Python package. The following command can
|
||||
be used to make the robot run the whole goal scoring sequence:
|
||||
@@ -32,7 +32,7 @@ The main logic of our implementation can be found in the following files:
|
||||
or video files.
|
||||
|
||||
\item \verb|movements.py| implements convenience movements-related function,
|
||||
such as walking and kick.
|
||||
such as walking and also the kick.
|
||||
|
||||
\item \verb|nao_defaults.json| stores all project-global settings, such as
|
||||
the IP-address of the robot, or color calibration results.
|
||||
|
||||
Reference in New Issue
Block a user