Inspired by comma.ai OpenPilot idea, this is an AD Autopilot on RaspberryPi based on ROS called RosPilot. The project currently performs lane follow feature. The codebase is written to be modular, enable quick prototyping and facilitate learning and collaboration across multiple users. The hardware used so far is the donkey car robocar + RPI 3
- Blocs represent named ros nodes.
- Arrows represent topics exchanged across ros master
- Boxes represent logical entities
- Install ros on a raspberrypi, ubiquity-robotics is a good opensource starting project
- Connect your RPI to you PC and clone this repo under your workspace source folder in the RPI generally located under
~/catkin_ws/src
Please let me know [email protected]