Difference between revisions of "VehicleState"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
   graph VehicleState {
+
   digraph VehicleState {
 
     subgraph cluster_door {
 
     subgraph cluster_door {
 
       label="Door";
 
       label="Door";
       Open -> Closed
+
       Open -> Closed [dir="both"]
 
     }
 
     }
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 17:29, 25 August 2017