Anonymous

Project:HSRDP: Difference between revisions

From London Hackspace Wiki
m
Line 64: Line 64:
   size="10,5!";
   size="10,5!";
    
    
   arduino [label="Arm control board",shape=box];
   arm_control [label="Arm control board (Mega)",shape=box];
   kinect [label="kinect",shape=box];
   kinect [label="kinect",shape=box];
   pi [label="Raspberry pi",shape=box];
   brain [label="Laptop",shape=box];
   chassis_control [label="Chassis control",shape=box];
   chassis_control [label="Chassis control (Uno)",shape=box];
   chassis [label="Wheeled Chassis",shape=box];
   chassis [label="Wheeled Chassis",shape=box];
   robot_arm [label="Robot Arm",shape=box];
   robot_arm [label="Robot Arm",shape=box];
   steering [label="Steering motor",shape=box];
   steering [label="Steering motor",shape=box];


   kinect -> pi;
   kinect -> brain;
   pi -> arduino;
   brain -> arm_control;
   arduino -> robot_arm;
   arm_control -> robot_arm;
   pi -> chassis_control;
   brain -> chassis_control;
   chassis_control -> chassis;
   chassis_control -> chassis;
   chassis_control -> steering;
   chassis_control -> steering;
}
}
}
</graphviz>
</graphviz>