From: Dominic L. <ma...@us...> - 2005-10-05 18:13:59
|
Update of /cvsroot/robotflow/RobotFlow/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1668 Modified Files: doc.html download.html nodes.html Log Message: nodes list Index: download.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/download.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** download.html 16 Nov 2004 14:23:26 -0000 1.16 --- download.html 5 Oct 2005 18:13:46 -0000 1.17 *************** *** 11,15 **** <tr> <td width="15%"><b>16/11/2004</b></td> ! <td width="85%"><a href="http://sourceforge.net/project/showfiles.php?group_id=51402">Latest version is : RobotFlow-0.2.5</a></td> </tr> </table> --- 11,15 ---- <tr> <td width="15%"><b>16/11/2004</b></td> ! <td width="85%"><a href="http://sourceforge.net/project/showfiles.php?group_id=51402">Latest version is : RobotFlow-0.2.6</a></td> </tr> </table> Index: nodes.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/nodes.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** nodes.html 26 Oct 2004 19:16:15 -0000 1.4 --- nodes.html 5 Oct 2005 18:13:46 -0000 1.5 *************** *** 11,32 **** <br><table BORDER COLS=2 WIDTH="40% " NOSAVE > ! <tr><td>* <a href="#RobotFlow:Vision">RobotFlow:Vision</a></td> <td>* <a href="#RobotFlow:MARIE:COMMAND">RobotFlow:MARIE:COMMAND</a></td></tr> ! <tr><td>* <a href="#RobotFlow:Robots">RobotFlow:Robots</a></td> <td>* <a href="#RobotFlow:LABORIUS">RobotFlow:LABORIUS</a></td></tr> ! <tr><td>* <a href="#RobotFlow:Probes">RobotFlow:Probes</a></td> <td>* <a href="#RobotFlow:Generic">RobotFlow:Generic</a></td></tr> ! <tr><td>* <a href="#RobotFlow:Player">RobotFlow:Player</a></td> <td>* <a href="#RobotFlow:FSM">RobotFlow:FSM</a></td></tr> [...2660 lines suppressed...] + Compute a CommandCamera from a DataLocalisation<br> + <table BORDER COLS=4 WIDTH="75%" NOSAVE > + <tr> + <td WIDTH="10%"></td> + <th WIDTH="15%">NAME</th> + <th WIDTH="10%">TYPE</th> + <th WIDTH="40%">MEANING</th> + </tr> + <tr NOSAVE> + <th WIDTH="10%" ROWSPAN="#3">Inputs</th> + <td WIDTH="15%">DATA_LOCALISATION</td><td WIDTH="15%">MarieObject</td><td WIDTH="40%">MarieObject object containing a DataLocalisation data</td></tr><td WIDTH="15%">ACTIVATED</td><td WIDTH="15%">bool</td><td WIDTH="40%">Behavior activation</td></tr><td WIDTH="15%">PARAMS</td><td WIDTH="15%">string</td><td WIDTH="40%">rotation speed and escape state in string format (in this order)</td></tr></tr> + <tr NOSAVE> + <th WIDTH="10%" ROWSPAN="#3">Outputs</th> + <td WIDTH="15%">EXPLOITATION</td><td WIDTH="15%">any</td><td WIDTH="40%">Behavior exploitation</td></tr><td WIDTH="15%">PAN</td><td WIDTH="15%">float</td><td WIDTH="40%">pan in degree computed from DATA_LOCALISATION</td></tr><td WIDTH="15%">TILT</td><td WIDTH="15%">float</td><td WIDTH="40%">tilt in degree computed from DATA_LOCALISATION</td></tr></tr> + <tr NOSAVE> + <th WIDTH="10%">Parameters</th> + <td WIDTH="15%">TRACK_STRONGEST</td><td WIDTH="10%">bool</td><td WIDTH="40%">Track the strongest (most active) source instead of the oldest</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> Index: doc.html =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/html/doc.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** doc.html 26 Oct 2004 19:17:27 -0000 1.17 --- doc.html 5 Oct 2005 18:13:46 -0000 1.18 *************** *** 25,29 **** <td><b>FlowDesigner</b></td> <td>FlowDesigner documentation</td> ! <td>0.8</td> <td><a href="http://flowdesigner.sourceforge.net/doc/user-manual.pdf">[PDF]</a> <a href="http://flowdesigner.sourceforge.net/doc/user-manual.ps.gz">[PS]</a></td> --- 25,29 ---- <td><b>FlowDesigner</b></td> <td>FlowDesigner documentation</td> ! <td>0.9</td> <td><a href="http://flowdesigner.sourceforge.net/doc/user-manual.pdf">[PDF]</a> <a href="http://flowdesigner.sourceforge.net/doc/user-manual.ps.gz">[PS]</a></td> *************** *** 38,42 **** <td><b>Nodes</b></td> <td>Available RobotFlow Nodes</td> ! <td>0.2.4</td> <td><a href="nodes.html">[HTML]</a></td> </tr> --- 38,42 ---- <td><b>Nodes</b></td> <td>Available RobotFlow Nodes</td> ! <td>0.2.6</td> <td><a href="nodes.html">[HTML]</a></td> </tr> *************** *** 44,48 **** <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> --- 44,48 ---- <TD><b>API</b></TD> <TD>Doxygen Documentation</TD> ! <TD>0.2.6</TD> <TD><a href="doxygen/html/index.html">[HTML]</a></TD> </tr> |