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

68 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 4</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 4"/>
<meta name="author" content="Bernhard Wymann"/>
<meta name="keywords" content="torcs, berniw, bernhard wymann, robot, steer, steering, trajectory, path"/>
<script src="../../../js/utilities.js" type="text/javascript"></script>
</head>
<body bgcolor="#ffffff">
<table class="maincontent">
<tr>
<td class="maincontent">
<h1>4 Steering and Trajectory</h1>
<h3>Overview</h3>
<p>
This chapter will guide you through the following topics:
</p>
<ul style="list-style-type:disk; color:black;">
<li>4.1 2D vector class.</li>
<li>4.2 2D straight class.</li>
<li>4.3 Improve steering.</li>
<li>4.4 Reduce the lap time.</li>
<li>4.5 Stay on the track.</li>
<li>4.6 Other implementations.</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="./vector1.html">
<p style="text-align:right;">Let's build a vector class.</p>
</a>
</td>
</tr>
</table>
</body>
</html>