Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Line detection is one of the most important components in autonomous driving.
  2. The presented work in this thesis achieves single-color line detection on an arbitrary surface, using the k-means machine learning algorithm. Program for detection and line tracking is written in Python programming language and tested in the Gazebo simulation environment. Experiment in a real-world setting was also carried out. Vehicle used for testing the algorithm is Husky, a ground vehicle robot with differential drive and four wheels.. Communication between Husky and the control algorithm is accomplished using ROS (Robot operating system). Husky is controlled by adjusting its wheel speeds according to the given linear and angular velocity speeds of the robot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement