speed-dreams/doc/tutorials/robot/torcs/robot/ch8/navigation/navigation.html

124 lines
5.2 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>Navigation Bar</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="description" content="navigation bar">
<meta name="author" content="Bernhard Wymann">
<meta name="keywords" content="torcs, bernhard wymann, berniw, tutorial, collision, avoidance, overtaking, opponent">
<script src="../../../../js/utilities.js" type="text/javascript">
</script>
<script type="text/javascript">
<!--
Inactive1 = new Image();
Inactive1.src = "../../../../common/images/up/up.jpg";
Active1 = new Image();
Active1.src = "../../../../common/images/down/up.jpg";
Inactive2 = new Image();
Inactive2.src = "images/up/overview.jpg";
Active2 = new Image();
Active2.src = "images/down/overview.jpg";
Inactive3 = new Image();
Inactive3.src = "images/up/introduction.jpg";
Active3 = new Image();
Active3.src = "images/down/introduction.jpg";
Inactive4 = new Image();
Inactive4.src = "images/up/splines.jpg";
Active4 = new Image();
Active4.src = "images/down/splines.jpg";
Inactive5 = new Image();
Inactive5.src = "images/up/pitclass.jpg";
Active5 = new Image();
Active5.src = "images/down/pitclass.jpg";
Inactive6 = new Image();
Inactive6.src = "images/up/utility.jpg";
Active6 = new Image();
Active6.src = "images/down/utility.jpg";
Inactive7 = new Image();
Inactive7.src = "images/up/strategy.jpg";
Active7 = new Image();
Active7.src = "images/down/strategy.jpg";
Inactive8 = new Image();
Inactive8.src = "images/up/brake.jpg";
Active8 = new Image();
Active8.src = "images/down/brake.jpg";
Inactive9 = new Image();
Inactive9.src = "images/up/finish.jpg";
Active9 = new Image();
Active9.src = "images/down/finish.jpg";
Inactive10 = new Image();
Inactive10.src = "../../../../common/images/up/contact.jpg";
Active10 = new Image();
Active10.src = "../../../../common/images/down/contact.jpg";
//-->
</script>
</head>
<body bgcolor="#ffffff">
<a href="javascript:changetwoframes('../../navigation/navigation.html','navigation','../../robot.html','content')" onMouseOver="imgchange(0,Active1)" onMouseOut="imgchange(0,Inactive1)">
<img style="position:absolute; top:0px; left:0px" src="../../../../common/images/up/up.jpg" border="0" alt="up"/>
</a>
<a href="../ch8.html" target="content" onMouseOver="imgchange(1,Active2)" onMouseOut="imgchange(1,Inactive2)">
<img style="position:absolute; top:30px; left:0px" src="images/up/overview.jpg" border="0" alt="overview"/>
</a>
<a href="../introduction.html" target="content" onMouseOver="imgchange(2,Active3)" onMouseOut="imgchange(2,Inactive3)">
<img style="position:absolute; top:60px; left:0px" src="images/up/introduction.jpg" border="0" alt="introduction"/>
</a>
<a href="../splines.html" target="content" onMouseOver="imgchange(3,Active4)" onMouseOut="imgchange(3,Inactive4)">
<img style="position:absolute; top:90px; left:0px" src="images/up/splines.jpg" border="0" alt="computing splines and pit path"/>
</a>
<a href="../pitclass.html" target="content" onMouseOver="imgchange(4,Active5)" onMouseOut="imgchange(4,Inactive5)">
<img style="position:absolute; top:120px; left:0px" src="images/up/pitclass.jpg" border="0" alt="the pit class"/>
</a>
<a href="../utility.html" target="content" onMouseOver="imgchange(5,Active6)" onMouseOut="imgchange(5,Inactive6)">
<img style="position:absolute; top:150px; left:0px" src="images/up/utility.jpg" border="0" alt="pit utility functions"/>
</a>
<a href="../strategy.html" target="content" onMouseOver="imgchange(6,Active7)" onMouseOut="imgchange(6,Inactive7)">
<img style="position:absolute; top:180px; left:0px" src="images/up/strategy.jpg" border="0" alt="pit strategy"/>
</a>
<a href="../brake.html" target="content" onMouseOver="imgchange(7,Active8)" onMouseOut="imgchange(7,Inactive8)">
<img style="position:absolute; top:210px; left:0px" src="images/up/brake.jpg" border="0" alt="pit brake filter"/>
</a>
<a href="../finish.html" target="content" onMouseOver="imgchange(8,Active9)" onMouseOut="imgchange(8,Inactive9)">
<img style="position:absolute; top:240px; left:0px" src="images/up/finish.jpg" border="0" alt="finishing the implementation"/>
</a>
<a href="mailto:berni4you@gmx.ch" onMouseOver="imgchange(9,Active10)" onMouseOut="imgchange(9,Inactive10)">
<img style="position:absolute; top:270px; left:0px" src="../../../../common/images/up/contact.jpg" border="0" alt="contact"/>
</a>
<img style="position:absolute; top:300px; left:0px" src="../../../../common/images/up/navigation_11.jpg" alt=""/>
</body>
</html>