Difference between revisions of "VehicleState"
Jump to navigation
Jump to search
(Created page with "<graphviz> graph VehicleState { subgraph cluster_door { label="Door"; Open <-> Closed } } </graphviz>") |
|||
Line 3: | Line 3: | ||
subgraph cluster_door { | subgraph cluster_door { | ||
label="Door"; | label="Door"; | ||
− | Open | + | Open -> Closed |
} | } | ||
} | } | ||
</graphviz> | </graphviz> |