.. LandingPageDVDocs documentation master file, created by sphinx-quickstart on Fri Jun 21 17:37:07 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. =============================================== Carnegie Mellon Racing Driverless Documentation =============================================== Welcome to the documentation for Carnegie Mellon Racing’s driverless racecar software stack. We explain our entire pipeline, both theoretically and from an implementation perspective, to make these systems easy to recreate. Of course, the exact pipeline may be difficult to migrate owing to various hardware considerations like compute capability and sensor fidelity. Nonetheless, these serve as a heading for those interested in developing their own autonomous racing vehicles. Specifically, this pipeline is tailored towards the problem of navigating an unseen track of width of atleast 4m denoted by blue and yellow cones on the left and right respectively. Here are our codebases for `Perceptions `_, `Planning `_ and `Controls `_. .. figure :: ../static/car.jpg :align: center Our Pipeline ============ Sponsors ======== None of this would be possible without our absolutely amazing sponsors! .. image :: ../static/sponsors.png :align: center .. toctree:: :maxdepth: 2 :hidden: :caption: Pipeline Perceptions Planning Controls