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; CLinkbotI robot2; double radius2 = 1.75; double trackwidth2 = 3.69; CLinkbotI robot3; double radius3 = 1.75; double trackwidth3 = 3.69; robot1.driveTime(8); robot2.driveDistance(7, radius2); robot2.turnLeft(90, radius2, trackwidth2); robot2.driveDistance(3, radius2); robot2.turnLeft(90, radius2, trackwidth2); robot2.driveDistance(7, radius2); robot2.turnLeft(90, radius2, trackwidth2); robot2.driveDistance(3, radius2); robot3.driveDistance(-5, radius3); robot3.turnRight(90, radius3, trackwidth3); robot3.driveDistance(4, radius3);
Problem Statement: Add two additional robots.
Robot 1: Drive forwards for 8 sec.
Robot 2: Drive around the pink rectangle.
Robot 3: Move backwards 5 units then turn right and move 4 units. |
||||||||||||