Difference between revisions of "Rc-dukes"

From BITPlan Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 302: Line 302:
 
   server -> action      [ label="deploy" ]
 
   server -> action      [ label="deploy" ]
 
   server -> detect      [ label="deploy" ]
 
   server -> detect      [ label="deploy" ]
   detect -> car [ label="http" ]
+
   action -> car [ label="instruction\n(vert.x)" ]
   webcontrol -> imageview [ label="http" ]  
+
  car -> detect [ label="camera image\n(http)" ]
   webcontrol -> car [ label="http" ]
+
   imageview -> webcontrol [ label="debug images\n(http)" ]
   webcontrol -> watchdog [ label="vert.x" ]
+
  car -> webcontrol [ label="camera image\n(http)" ]
 +
   webcontrol -> watchdog [ label="heartbeat\n(vert.x)" ]
 +
   webcontrol -> action  [ label="start drag navigation\n(vert.x)" ]
 
}
 
}
 
</graphviz>
 
</graphviz>
  
 
= Table =
 
= Table =
 +
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 
! # !! module !! !! DukesVerticle !! Character !! tests !! Messages
 
! # !! module !! !! DukesVerticle !! Character !! tests !! Messages
 
|-
 
|-
| 1 || action || [[File:Luke.png]] || {{Done}} || Luke || ||
+
| 1 || action || [[File:Luke.png]] || {{Done}} || Luke || {{Done}} ||
 
|-
 
|-
 
| 2 || app || [[File:Unclejesse.png]] || {{Done}}  || Uncle Jesse ||  ||
 
| 2 || app || [[File:Unclejesse.png]] || {{Done}}  || Uncle Jesse ||  ||
 
|-
 
|-
| 3 || car || [[File:Bo.png]] || {{Done}}  || Bo ||  ||
+
| 3 || car || [[File:Bo.png]] || {{Done}}  || Bo || {{Done}} ||
 
|-
 
|-
| 4 || camera-matrix || [[File:Cooter.png]]  || ❌ || Cooter ||  ||
+
| 4 || camera-matrix || [[File:Cooter.png]]  || ❌ || Cooter ||  {{Done}} ||
 
|-
 
|-
 
| 5 || detect || [[File:Daisy.png]] || {{Done}} || Daisy ||  ||
 
| 5 || detect || [[File:Daisy.png]] || {{Done}} || Daisy ||  ||
Line 330: Line 333:
 
| 8 || roi || [[File:Cletus.png]] || ❌ || Cletus ||  ||
 
| 8 || roi || [[File:Cletus.png]] || ❌ || Cletus ||  ||
 
|-
 
|-
| 9 || server || [[File:BoarsNest.png]] || {{Done}|| Boars Nest ||  ||
+
| 9 || server || [[File:BoarsNest.png]] || {{Done}}|| Boars Nest ||  ||
 
|-
 
|-
 
| 10 || watchdog || [[File:Flash.png]] || {{Done}} || Flash || {{Done}} ||
 
| 10 || watchdog || [[File:Flash.png]] || {{Done}} || Flash || {{Done}} ||

Latest revision as of 10:14, 8 January 2020

Click here to comment see Self Driving RC Car

Characters

Messages

Table

# module DukesVerticle Character tests Messages
1 action Luke.png Luke
2 app Unclejesse.png Uncle Jesse
3 car Bo.png Bo
4 camera-matrix Cooter.png Cooter
5 detect Daisy.png Daisy
6 geometry Enos.png Enos
7 imageview Rosco.png Rosco
8 roi Cletus.png Cletus
9 server BoarsNest.png Boars Nest
10 watchdog Flash.png Flash
11 webcontrol BossHogg.png Boss Hogg