Skip to content

Commit f28faa3

Browse files
dcuartiellescmaglie
dcuartielles
authored andcommitted
added a better configurarion string for the line following example
1 parent b2c17f9 commit f28faa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/Robot_Control/examples/explore/R10_Rescue/R10_Rescue.ino

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ void setup(){
5353
Robot.text("Start", 5, 5);
5454

5555
// use this to calibrate the line following algorithm
56+
// uncomment one or the other to see the different behaviors of the robot
57+
// Robot.lineFollowConfig(11, 5, 50, 10);
5658
Robot.lineFollowConfig(14, 9, 50, 10);
57-
59+
5860
// run the rescue sequence
5961
rescueSequence();
6062
Robot.text("Found obstacle", 5, 12);

0 commit comments

Comments
 (0)