Robotics StackExchange | Archived questions

Algorithm for Line-Following Robot

Hello,

I'm using ROS melodic in order to simulate an AGV with differential drive and two caster wheels (on the front and back). The 3D simulation in gazebo is the main focus.

It is supposed to receive a velocity and follow a line on the ground. I'd also like to specify the dynamics (acc/dec etc.) without using a too detailed physic simulation.

Are there pre-made algorithms for something similiar? e.g. following a premade trajectory with a set speed.

Thank you

Asked by tschuko on 2019-06-24 02:28:23 UTC

Comments

Answers

http://edu.gaitech.hk/turtlebot/line-follower.html you can check this tutorial

Asked by khaled gabr on 2019-09-09 05:04:13 UTC

Comments

Make your robot model with "mybot robot" http://moorerobots.com/blog Run the python script. https://github.com/khaledgabr77/line_follwer_ros/tree/master

Asked by khaled gabr on 2019-09-09 05:13:54 UTC