Grid: | ||
Tics Lines: |
|
Width
px
|
Hash Lines: |
|
Width
px
|
Labels: |
|
Font
px
|
Trace Lines: | ||
Robot 1: |
|
Width
px
|
Robot 2: |
|
Width
px
|
Robot 3: |
|
Width
px
|
Robot 4: |
|
Width
px
|
Axes: | x-axis | y-axis | Show Grid |
Grid: | 24x24 inches | 36x36 inches | 72x72 inches |
96x96 inches | 192x192 inches | ||
Quad: | 4 quadrants | 1 quadrant | |
Units: | US Customary | Metric |
Background: |
![]() |
|
|
|
/* Code generated by RoboBlockly v2.0 */ #include <linkbot.h> CLinkbotI robot1; double radius1 = 1.75; CLinkbotI robot2; CLinkbotI robot3; CLinkbotI robot4; double radius4 = 1.75; double trackwidth4 = 3.69; robot1.driveDistance(20, radius1); robot2.driveAngle(654.8); robot3.driveTime(7.276); robot4.drivexyTo(18, 20, radius4, trackwidth4);
Problem Statement:
Please add three more robots. Then, move all four robots forward 20 units. (Try using all different drive blocks.) Each robot will have different colored blocks. |
||||||||||||