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 | Hardware |
Units: | US Customary | Metric |
Background: |
![]() |
|
|
|
/* Code generated by RoboBlockly v2.0 */ /* Problem Statement: Modify the preplaced blocks so the robot will drive forward a total distance of 18 units (blue line). You can change one or both of the numbers, just make sure your numbers add up to 18.*/ #include <linkbot.h> CLinkbotI robot; double radius = 1.75; // Sample Solution robot.traceColor("red", 4); robot.driveDistance(11, radius); robot.traceColor("blue", 4); robot.driveDistance(9, radius);
Problem Statement: Modify the preplaced blocks so the robot will drive forward a total distance of 20 units (blue line). You can change one or both forward blocks, just make sure your total distance is 20. |
|||||||||||