You can find the list of needed hardware pieces from related Medium post: https://medium.com/towards-data-science/build-your-own-self-driving-toy-car-ad00a6804b53
3D printable model for the camera mount can be found in this repo under 3d_print_model
folder.
- Install Ubuntu 16.04
- Install ROS Kinetic: http://wiki.ros.org/kinetic/Installation/Ubuntu
- Install ROS joystick package:
sudo apt-get install ros-kinetic-joy ros-kinetic-joystick-drivers
- Install Catkin build tools: http://catkin-tools.readthedocs.io/en/latest/installing.html
- Install latest Ubuntu MATE: https://ubuntu-mate.org/raspberry-pi/
- Install ROS package for Raspberry Pi camera: http://ubiquityrobotics.com/blog/2016/01/24/Raspberry-Pi-Cam.html
- Install Catkin build tools: http://catkin-tools.readthedocs.io/en/latest/installing.html
Run catkin build
in the root of the project.
Set up ROS Master node and Raspberry Pi IP addresses in scripts/setup_variables.sh