Skip to content

PID Turtlebot3 lane following project using a Flora color sensor

License

Notifications You must be signed in to change notification settings

Thermay-Robotics/color_sensor_pid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

color_sensor_pid

PID Turtlebot3 lane following projet using a Flora color sensor

Notice

The node subscribes to error topic of the calculate error node. This value is used to compute the robot command in order to follow the lane.

Subscribed Topics

  • /Error ([std_msgs/Float32]) Error between the luminous intensity measured and the one targeted

Published Topics

  • /cmd_vel ([geometry_msgs/Twist]) Publishes the computed linear and angular speed of the robot

How to build

cd ~/catkin_ws/src/
git clone https://github.com/Thermay-Robotics/color_sensor_pid.git
cd ~/catkin_ws
catkin_make

Run

roslaunch color_sensor_pid pid_color_sensor.launch

About

PID Turtlebot3 lane following project using a Flora color sensor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published