From: Dominic L?t. <ma...@us...> - 2004-05-27 16:00:55
|
Update of /cvsroot/robotflow/RobotFlow/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28297 Modified Files: doc.html news.html nodes.html Log Message: added doxygen documentation, updated Node documentation Index: news.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/news.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** news.html 15 Apr 2004 17:15:31 -0000 1.9 --- news.html 27 May 2004 16:00:45 -0000 1.10 *************** *** 9,12 **** --- 9,16 ---- <table width="100%"> <tr> + <td width="15%"> <div align=left>27/05/2004</div></td> + <td width="85%"> <div align=left><a href="doc.html">Added Doxygen Documentation</a></div></td> + </tr> + <tr> <td width="15%"> <div align=left>07/04/2004</div></td> <td width="85%"> <div align=left><a href="http://robotflow.sourceforge.net/wiki/phpwiki-1.3.7/">RobotFlow wiki now available</a>.</div></td> Index: nodes.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/nodes.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** nodes.html 19 Jan 2004 22:59:23 -0000 1.1 --- nodes.html 27 May 2004 16:00:45 -0000 1.2 *************** *** 3,7 **** <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <meta name="GENERATOR" content="Overflow"> <meta name="Author" content="Jean-Marc Valin"> <title>FlowDesigner node documentation</title> --- 3,7 ---- <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <meta name="GENERATOR" content="FlowDesigner"> <meta name="Author" content="Jean-Marc Valin"> [...1235 lines suppressed...] Subsumption (RobotFlow:Behaviors)</h3> --- 1847,1851 ---- <td WIDTH="15%">MAX_FORWARD_VELOCITY</td><td WIDTH="15%">int</td><td WIDTH="40%">Maximum velocity allowed (mm/s).</td></tr><td WIDTH="15%">BACKWARD_VELOCITY</td><td WIDTH="15%">int</td><td WIDTH="40%">Default value when going backward.</td></tr><td WIDTH="15%">FRONT_DISTANCE</td><td WIDTH="15%">float</td><td WIDTH="40%">Front sonar reading befoir going backward.</td></tr><td WIDTH="15%">BACK_DISTANCE</td><td WIDTH="15%">float</td><td WIDTH="40%">Back sonar reading before going forward.</td></tr></tr> </table> ! <br>Return to: <a href="#RobotFlow:Behaviors">RobotFlow:Behaviors</a><br><br>See next category: <a href="#-">-</a><br><br>Return to: <a href="#Categories of available FlowDesigner nodes">Categories of available FlowDesigner nodes</a><br><br><p><a NAME="Subsumption"></a> <h3> Subsumption (RobotFlow:Behaviors)</h3> *************** *** 1847,1851 **** <td>none</td><td>none</td><td>none</td></tr> </table> ! <br>Return to: <a href="#RobotFlow:Behaviors">RobotFlow:Behaviors</a><br><br>See next category: <a href="#-">-</a><br><br>Return to: <a href="#Categories of available Overflow Nodes">Categories of available Overflow Nodes</a><br> </body> </frameset></html> --- 1868,1872 ---- <td>none</td><td>none</td><td>none</td></tr> </table> ! <br>Return to: <a href="#RobotFlow:Behaviors">RobotFlow:Behaviors</a><br><br>See next category: <a href="#-">-</a><br><br>Return to: <a href="#Categories of available FlowDesigner nodes">Categories of available FlowDesigner nodes</a><br> </body> </frameset></html> Index: doc.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/doc.html,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** doc.html 7 Apr 2004 12:41:54 -0000 1.14 --- doc.html 27 May 2004 16:00:45 -0000 1.15 *************** *** 35,44 **** <td><a href="documents/FSMDescription.pdf">[PDF]</a></td> </tr> ! <tr> <td><b>Nodes</b></td> <td>Available RobotFlow Nodes</td> ! <td>0.1.2</td> <td><a href="nodes.html">[HTML]</a></td> </tr> </tbody> </table> --- 35,50 ---- <td><a href="documents/FSMDescription.pdf">[PDF]</a></td> </tr> ! <tr> <td><b>Nodes</b></td> <td>Available RobotFlow Nodes</td> ! <td>0.2.3</td> <td><a href="nodes.html">[HTML]</a></td> </tr> + <tr> + <TD><b>API</b></TD> + <TD>Doxygen Documentation</TD> + <TD>0.2.3</TD> + <TD><a href="doxygen/html/index.html">[HTML]</a></TD> + </tr> </tbody> </table> |