speed-dreams/doc/tutorials/robot/torcs/robot/ch1/ch1.html

66 lines
2.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!--
copyright : (C) 2003-2004 Bernhard Wymann
email : berniw@bluewin.ch
version : $Id$
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the section entitled "GNU
Free Documentation License".
-->
<head>
<title>Robot Tutorial Chapter 1</title>
<link rel="stylesheet" type="text/css" href="../../../css/format.css"/>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
<meta name="description" content="overview of chapter 1"/>
<meta name="author" content="Bernhard Wymann"/>
<meta name="keywords" content="torcs, berniw, bernhard wymann, robot, skeleton, build, steer"/>
<script src="../../../js/utilities.js" type="text/javascript"></script>
</head>
<body bgcolor="#ffffff">
<table class="maincontent">
<tr>
<td class="maincontent">
<h1>1 Build a Very Simple Robot</h1>
<h3>Overview</h3>
<p>
This chapter will guide you through the following topics:
</p>
<ul style="list-style-type:disk; color:black;">
<li>1.1 Generating an initial set of files for your robot.</li>
<li>1.2 Introduce the environment, build and install the robot.</li>
<li>1.3 Start development with a simple steering function.</li>
<li>1.4 TORCS features and the next chapters.</li>
</ul>
<br/>
</td>
</tr>
</table>
<table class="navigation_foot">
<tr>
<td class="navigation_foot">
<a href="javascript:changetwoframes('../navigation/navigation.html','navigation','../robot.html','content')">
<p style="text-align:left;">Up</p>
</a>
</td>
<td class="navigation_foot">
<a href="./files.html">
<p style="text-align:right;">Prepare the files.</p>
</a>
</td>
</tr>
</table>
</body>
</html>