Skip to content

Latest commit

 

History

History
90 lines (72 loc) · 2.91 KB

tutorial.rst

File metadata and controls

90 lines (72 loc) · 2.91 KB

Tutorial

In this page, we will document the whole process on how to build the Gokart project from scratch. We will go through the whole Electrical & Mechanical pipeline and then move on to testing the stack by running pre-build software algorithms. The tutorial is structured such that the researcher/student looking to build this platform has an overview of the whole system and at the same time deep dive into any particular category of interest at any point in time.

Versions

  • 1.0: Initial version : Purchased from TopKart

TopKart

  • 2.0: 2022 version : Autonomous reactive Gokart

av_comp

  • 3.0: 2023 version : Autonomous Gokart

avev_gokart

Make your own Autonomous Go-kart (Steps)

Following steps take you to individual sections of the tutorial:

  1. Step 1 :doc:`Bom`

  2. Step 2 :doc:`soft_req`

    1. SolidWorks
    2. VSCode or editor of your choice
    3. STM32CubeIDE
    4. VESC tool
    5. Altium Designer
    6. 3D printer software like MakerBot
  3. Step 3 : :doc:`vehicle_assembly`

    1. Build the TopKart
    2. Test manual control
    3. Remove the motor
    4. Remove the front and rear plastic bumps
    5. Remove steering system
  4. Step 4 : Subsystem designs
    1. :doc:`Build-the-Kart/TBW` (TBW)
    2. :doc:`Build-the-Kart/BBW` (BBW)
    3. :doc:`Build-the-Kart/SBW` (SBW)
    4. :doc:`Build-the-Kart/Electrical/MCU_electrical` (Main Control Unit)
    5. :doc:`Build-the-Kart/Mechanical/Power_mechanical`
    6. Power Distribution Unit (PDU)
    7. Rear shelf design (RSD)
  5. Step 5 : Vehicle System Integration - Putting it all together!
    1. :doc:`Build-the-Kart/Software/Compute`
    2. :doc:`Build-the-Kart/Software/Communication`
    3. :doc:`Build-the-Kart/Software/MCU`
    4. :doc:`Build-the-Kart/Software/Control`
  6. Step 6 : Demo videos
    1. :doc:`Build-the-Kart/demos`