All Projects → datlife → Jetson Car

datlife / Jetson Car

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

Projects that are alternatives of or similar to Jetson Car

Carma Platform
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
Stars: ✭ 243 (+41.28%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+3976.74%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (-14.53%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Autonomous driving
Ros package for basic autonomous lane tracking and object detection
Stars: ✭ 67 (-61.05%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
ar-tu-do
ROS & Gazebo project for 1/10th scale self-driving race cars
Stars: ✭ 65 (-62.21%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
FusionAD
An open source autonomous driving stack by San Jose State University Autonomous Driving Team
Stars: ✭ 30 (-82.56%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Autorally
Software for the AutoRally platform
Stars: ✭ 595 (+245.93%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Dig Into Apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 903 (+425%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Tianbot racecar
DISCONTINUED - MIGRATED TO TIANRACER - A Low cost Autonomous Driving Car Educational and Competition Kit
Stars: ✭ 26 (-84.88%)
Mutual labels:  ros, autonomous-driving
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+1027.33%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Constrained attention filter
(ECCV 2020) Tensorflow implementation of A Generic Visualization Approach for Convolutional Neural Networks
Stars: ✭ 36 (-79.07%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Fourth robot pkg
4号機(KIT-C4)用リポジトリ
Stars: ✭ 7 (-95.93%)
Mutual labels:  ros, autonomous-vehicles
Ultra Fast Lane Detection
Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)
Stars: ✭ 688 (+300%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Navigator
NaviGator ASV on-board software
Stars: ✭ 29 (-83.14%)
Mutual labels:  ros, autonomous-vehicles
Awesome Interaction Aware Trajectory Prediction
A selection of state-of-the-art research materials on trajectory prediction
Stars: ✭ 625 (+263.37%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Rc car ros
ROS package to control an autonomous RC vehicle based on Raspberry Pi3
Stars: ✭ 30 (-82.56%)
Mutual labels:  ros, autonomous-vehicles
Novel Deep Learning Model For Traffic Sign Detection Using Capsule Networks
capsule networks that achieves outstanding performance on the German traffic sign dataset
Stars: ✭ 88 (-48.84%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Pylot
Modular autonomous driving platform running on the CARLA simulator and real-world vehicles.
Stars: ✭ 104 (-39.53%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+669.77%)
Mutual labels:  ros, autonomous-vehicles
Utbm robocar dataset
EU Long-term Dataset with Multiple Sensors for Autonomous Driving
Stars: ✭ 109 (-36.63%)
Mutual labels:  ros, autonomous-driving

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].