Skip to content

Commit

Permalink
added a better configurarion string for the line following example
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuartielles authored and cmaglie committed May 17, 2013
1 parent 82511de commit aa800e8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ void setup() {
Robot.waitContinue();

// These are some general values that work for line following
Robot.lineFollowConfig(11, 5, 50, 10);
// uncomment one or the other to see the different behaviors of the robot
// Robot.lineFollowConfig(11, 5, 50, 10);
Robot.lineFollowConfig(14, 9, 50, 10);

//set the motor board into line-follow mode
Robot.setMode(MODE_LINE_FOLLOW);
Expand Down

0 comments on commit aa800e8

Please sign in to comment.