Ahhh the classic challenge of following a black line! Of course this can be achieve quite simply by using the zig zag method but if you want a high performance line following robot you're going to need a little more math!
Luckily Miguel the guy behind The Technic Gear blog has recently published a fantastic tutorial explaining in details how to create a PID controller line following robot using LEGO MINDSTORMS EV3.
I invite you to follow his tutorial found here http://thetechnicgear.com/2014/03/howto-create-line-following-robot-using-mindstorms/ With the help of his pseudo code you can write your own line following program or try his program thanks to the supplied EV3 source code. Remember to give credit to his work if you use part or all of his code in a program for one of your competition or school work. Also do leave a comment here or on his own website about your experience with this tutorial it will mean a lot to him.
Another cool proportional control robot made by Miguel is a Wall Following robot shown here:
Miguel has many other project in mind. For example, he shared with me his intention of doing a two light sensor line follower as well as a tutorial on a self balancer (like Gyro Boy) using the EV3 Gyro Sensor from LEGO.
Don't miss any of his work, be sure to LIKE his Facebook page https://www.facebook.com/thetechnicgear follow his blog http://thetechnicgear.com/ and subscribe to his Youtube Channel http://www.youtube.com/user/thetechnicgear
Happy programming :)
: . .
Line Following with a PID ControllerImage by: Miguel Angel Blanch Lardin |
Luckily Miguel the guy behind The Technic Gear blog has recently published a fantastic tutorial explaining in details how to create a PID controller line following robot using LEGO MINDSTORMS EV3.
I invite you to follow his tutorial found here http://thetechnicgear.com/2014/03/howto-create-line-following-robot-using-mindstorms/ With the help of his pseudo code you can write your own line following program or try his program thanks to the supplied EV3 source code. Remember to give credit to his work if you use part or all of his code in a program for one of your competition or school work. Also do leave a comment here or on his own website about your experience with this tutorial it will mean a lot to him.
Another cool proportional control robot made by Miguel is a Wall Following robot shown here:
Miguel has many other project in mind. For example, he shared with me his intention of doing a two light sensor line follower as well as a tutorial on a self balancer (like Gyro Boy) using the EV3 Gyro Sensor from LEGO.
Don't miss any of his work, be sure to LIKE his Facebook page https://www.facebook.com/thetechnicgear follow his blog http://thetechnicgear.com/ and subscribe to his Youtube Channel http://www.youtube.com/user/thetechnicgear
Happy programming :)
: . .