digraph G { label ="CFR - Phase I"; fontsize = 16; //t0 [label = Début du projet >,fontsize=24] table_0 [label = Achat matériaux ()>] table_1 [label =
Mise en place ()>,style="filled",shape=box] struct_robot [label = Structure Robot (Pierre/Pousseur)
DL 07/11/2016>] struct_robot_1 [label = Structure Robot 1
Hippolyte/Hugo Pierre/Nicolas/Theo
DL 28/11/2016>] struct_robot_2 [label = Structure Robot 2
Guillaume/Rabah/Sofiane
DL 28/11/2016>] imp_struct [label = ] prepa_os [label = (Pousseur) > style="filled",shape=box] prepa_video [label = Nicolas/Guillaume/Brice/théo
+ éventuellement des figurants en plus
DL 27/11/2016 - 5J>] publication_video [label = Gauillaume Fradet>,style="filled",shape=box] cch_sys_rep [label = Systeme repérage
Brice/Florian/Halim
DL 14/11/2016 >] cons_sys_rep [label = repérage
Brice/Florian/Halim/Hugo Pousseur
DL : non défini>] rep_emetteur [label = ] rep_recepteur [label = ] rep_test [label = ] rep_robot [label = ] rep_batterie [label = Particulièrement le système de réprage>] strats [label = Medhi/Sofiane/hippolyte
DL 07/11/2016>] solution_technique [label = Adrien/Medhi/Hugo Pousseur
DL 28/11/2016>] sponsors [label = Rabah/Pierre
DL 14/11/2016 >] sponsors_2 [label = ] pull [label=Faire la liste des surnonms
Faire la cagnotte>] commander_pull [label=,style="filled",shape=box]; moteur_roues [label = des Moteurs ()>] arduino_moteur [label = Moteurs ()>] arduino_rasp [label = des Moteurs ()>] cons_etg1_r1 [label = Robot 1 ()>] cons_etg1_r2 [label = Robot 2 ()>] cons_mat [label = ] inventaire [label = DL 31/10/2016 (all)>] modification [label=<Dernière modification 28/11/2016>,shape=box]; graph_ros [label=Nodes
Topics>]; modification -> prepa_video [style=dashed, color=red,ltail=cluster_pres,lhead=cluster_aux]; modification -> inventaire [style=dashed, color=red]; modification -> pull [style=dashed, color=red]; modification -> sponsors [style=dashed, color=red]; modification -> prepa_os [style=dashed, color=red]; modification -> struct_robot [style=dashed, color=red]; modification -> cch_sys_rep [style=dashed, color=red]; modification -> strats [style=dashed, color=red]; subgraph cluster_pres{ label = Début du projet > fontsize=24; modification; } subgraph cluster_aux{ color = blue; fontcolor = blue; style = bold; label = "Partie documents"; fontsize = 22; prepa_video -> publication_video; pull->commander_pull; inventaire -> table_0 -> table_1; sponsors -> sponsors_2; } subgraph cluster_technique{ color = orange; fontcolor = orange; label = "Partie techniques"; fontsize = 22; style=bold; prepa_os; struct_robot -> struct_robot_1; struct_robot -> struct_robot_2; struct_robot_1 -> imp_struct; struct_robot_2 -> imp_struct; cch_sys_rep -> cons_sys_rep; cons_sys_rep -> rep_emetteur; cons_sys_rep -> rep_recepteur; rep_emetteur -> rep_test; rep_recepteur -> rep_test; rep_test ->rep_batterie rep_batterie->rep_robot [style=dashed]; subgraph cluster_robot{ label = ; color = red; fontcolor = red; style = bold; imp_struct -> moteur_roues; imp_struct -> cons_etg1_r2 ; imp_struct -> cons_etg1_r1 ; moteur_roues -> arduino_moteur; arduino_moteur -> arduino_rasp; cons_etg1_r1 -> cons_mat; cons_etg1_r2 -> cons_mat->rep_robot; } strats -> solution_technique -> graph_ros; graph_ros -> cons_etg1_r1 [style=dashed]; graph_ros -> cons_etg1_r2 [style=dashed]; } }