• attachment:pipeline.dot of decision_making

Attachment 'pipeline.dot'

Download

digraph structs { 
        
node [shape=record]; 
sourcecode [label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR> <TD BGCOLOR="gray" COLSPAN="4">Source code </TD> </TR>
  <TR>
        <TD>C++ FSM<BR/>C++ HSM<BR/>C++ State Charts<BR/>C++ BehaviorTree </TD>
  </TR>
</TABLE>>];
 
compilation [label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR> <TD BGCOLOR="gray" COLSPAN="1">Binary </TD> </TR>
  <TR>
        <TD>Support for ROS Diagnostic</TD>
  </TR>
</TABLE>>];

XML [label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR> <TD BGCOLOR="gray" COLSPAN="2">XML </TD> </TR>
  <TR>
        <TD>scxml<BR/>btxml</TD>
  </TR>
</TABLE>>];

DOT [label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR> <TD BGCOLOR="gray" COLSPAN="1">DOT </TD> </TR>
  <TR>
        <TD>Common graph description language</TD>
  </TR>
</TABLE>>];


Visualization [label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR> <TD BGCOLOR="gray" COLSPAN="1">Visualization</TD> </TR>
  <TR>
        <TD>rqt Plugin<BR/>Send events to Model</TD>
  </TR>
</TABLE>>];

Monitoring [label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR> <TD BGCOLOR="gray" COLSPAN="3">Monitoring</TD> </TR>
  <TR>
        <TD>ROS Monitoring</TD>
  </TR>
</TABLE>>];

Diagnostics [label=<
<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR> <TD BGCOLOR="gray" COLSPAN="3">Diagnostics</TD> </TR>
  <TR>
        <TD>ROS Diagnostics<BR/>Scriptable conditions</TD>
  </TR>
</TABLE>>];


sourcecode -> XML [label="C++ parser"]; 
sourcecode -> compilation [label="gcc"]; 
compilation -> Visualization [label="Monitoring Messages"]; 
compilation -> Monitoring [label="Monitoring Messages"]; 
Monitoring -> Diagnostics [label="Monitoring Messages"]; 
XML -> DOT [label="XML parser"]; 
DOT -> Visualization [label="DOT parser"];
Visualization -> compilation [label="events"];  
} 

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2013-12-08 13:39:22, 1.8 KB) [[attachment:pipeline.dot]]
  • [get | view] (2013-12-10 08:11:04, 80.9 KB) [[attachment:pipeline.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.