Giter VIP home page Giter VIP logo

datlife / jetson-car Goto Github PK

View Code? Open in Web Editor NEW
180.0 25.0 51.0 30.83 MB

Autonomous Racing Car using NVIDIA Jetson TX2 using end-to-end driving approach. Paper: https://arxiv.org/abs/1604.07316

Arduino 3.19% Python 26.72% Shell 0.18% C++ 61.16% CMake 2.89% Processing 3.10% C 0.94% MATLAB 1.81%
deep-learning ros jetson-tk1 tensorflow keras autonomous-driving autonomous-vehicles autonomous-cars

jetson-car's Introduction

Jetson Autonomous RC Car

Autonomous RC Race Car using ROS and Keras/TensorFlow. Inspired by JetsonHacks

Repository Contents

  • /docs - research papers, documents, photos related to this project
  • /setup - Firmwares for Teensy 3.2 & SparkFun IMU Sensor + Set up instructions for Jetson TK1
  • /src - ROS source directory (ROS Nodes and Launch files)

Setup Instruction:

Please check docs/setup/README.md

Usage Example

  • Open a new terminal
roscore
  • Open another new terminal
roslaunch controller manual.launch
  • Use joystick to test drive around

* From Joystick, press Right Trigger button to activate Autopilot
  • In order to stop, press the small Right button to stop Autopilot

Author(s):

Acknowledgements:

  • JetsonHacks website provides helpful tips and tricks to work with Jetson TK1. JetsonHacks nicely simplifies the installation process with many ready-to-use scripts
  • DuckieTown, an MIT Course, is a great place to learn about developing autonomous vehicles.
  • UPenn F1/10 Tutorials give a nice introduction to ROS, Hardware installation, and System Architecture for RC Car.

jetson-car's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jetson-car's Issues

Error when running `model.py`

If you are running into issue when model.py. Please install h5py package to fix the issue

Traceback (most recent call last):
  File "model.py", line 140, in <module>
    main(pre_trained_weight_path='./cnn.h5')
  File "model.py", line 135, in main
    model.load_weights(pre_trained_weight_path, by_name=True)
  File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 2701, in load_weights
    import h5py
ImportError: No module named h5py

Solution

sudo apt-get install cython python-h5py

Teensy

Great project! Quick question though. With the Teensy, did you use the Arm version of Arduino IDE onboard the Jetson TX2? Or did you use a host computer to compile, and later import the source code onto the Jetson TX2 for implementation? I am having issues getting the Arduino IDE to work on the Jetson. It all works great together on the host, but would like to test and debug on the target Jetson TX2. Any help would be great. Thanks again.

Error `no route to host` during JetPack Installation

This is comment issue during JetPack installation.

Host:

  • Ubuntu 14.04

Remote:

  • Jetson TK1
  • Ubuntu 14.04

Issue:

  • No route to host when trying to remote access Jetson TK1 by using ssh remote-ip. However, you can still ping the Jetson

imu_node.py correction

Hi, very interesting project! I believe in the file "imu_node.py", there is a bug in lines 185-187. The array indices should be 10,11,12, not 9,10,11. Let me know if that's correct.
Thanks!
Jim

fatal: index-pack failed while cloning git

Solution:

# http://stackoverflow.com/questions/21277806/fatal-early-eof-fatal-index-pack-failed

git config --global core.compression 0
vim ~/.gitconfig

# Add this following lines of code
[core] 
packedGitLimit = 512m 
packedGitWindowSize = 512m 
[pack] 
deltaCacheSize = 2047m 
packSizeLimit = 2047m 
windowMemory = 2047m

VNC for Jetson TK1

I installed x11vnc on jetson tk1, but when i connect, it said " Connection was refused by the computer. Can you help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.