This repository contains example code to accompany the book Programming Robots with ROS
- Install OpenCV dependecies (if required).
- Clone rosbook
cd ~/catkin_ws/src
git clone https://github.com/westpoint-robotics/rosbook.git
- Build
cd ~/catkin_ws/
catkin_make
- Export the waffle_pi model in your .bashrc
- Launch the Gazebo line follower world
roslaunch followbot followbot.launch
- Execute follower proportional controller
rosrun followbot follower_p.py