HweongWoo / AutoMobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SelfDrivingModelCar

Hardware Platform

Board

  • NVIDIA Jetson TX2

Camera

  • LI-IMX377-MIPI-CS
  • LI-JTX1-MIPI_ADPT

Model Car

  • Traxxax 1/16 Slash 4X4(Brushed)
  • motor: Titan 12T 550

Gamepad

  • Logitech Wireless F710

Requirement

How to operate an Autonomous driving model car

The following steps assume that the settings for vehicle control and user input are all completed.

  1. Speed up the jetson with: sudo sh ./speed_up_the_jetson.sh

  2. Run the main program with: sudo python main.py

  3. Wait until all resources are allocated.

  4. Use the following commands to control the program.

Input value Operation
Button 0(X) Exit program
Button 1(A) Autonomous mode ON
Button 2(B) Autonomous mode OFF
Button 4(LB) Increase goal speed
Button 5(RB) Decrease goal speed
Axis 0 Steer the wheel
Axis 1 Move front, stop, back

About


Languages

Language:Python 81.8%Language:C++ 17.7%Language:CMake 0.5%Language:Shell 0.0%