All Projects → stevendaniluk → ghost

stevendaniluk / ghost

Licence: other
Autonomous RC Car Project

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to ghost

awesome-self-driving-cars
Curated List of Self-Driving Cars Resources
Stars: ✭ 35 (-40.68%)
Mutual labels:  autonomous-cars
loco car
Software for LOCO, our autonomous drifting RC car.
Stars: ✭ 44 (-25.42%)
Mutual labels:  rc-car
1ZLAB PyEspCar
1ZLab在准备挑选合适的小车来研发计算机视觉的教程时候 , 发现习惯了Python语法的我们, 在市面上找不到合适小车, 后来我们选了ESP32作为小车的控制主板, 可以使用Python对其进行交互式编程, 极大的提升了开发效率.
Stars: ✭ 78 (+32.2%)
Mutual labels:  rc-car
Awesome Autonomous Vehicles
Curated List of Self-Driving Cars and Autonomous Vehicles Resources
Stars: ✭ 1,647 (+2691.53%)
Mutual labels:  autonomous-cars
dukes
Self Driving RC Car
Stars: ✭ 17 (-71.19%)
Mutual labels:  rc-car
Micro RC Receiver
An Atmega328P based 2.4GHz receiver with integrated TB6612FNG motor driver. PWM and SBUS outputs.
Stars: ✭ 115 (+94.92%)
Mutual labels:  rc-car
Autonomous-RC-Car
Self-driving RC Car ROS Software
Stars: ✭ 17 (-71.19%)
Mutual labels:  rc-car
Formula1Epoch
An autonomous R.C. racecar which detects people.
Stars: ✭ 63 (+6.78%)
Mutual labels:  rc-car
network-rc
Network Remote Control Car Software For Raspberry Pi.
Stars: ✭ 155 (+162.71%)
Mutual labels:  rc-car

Ghost

A ROS package for racing an autonomous RC car.

This project is a work in progress. The goal is to enable an RC car to race autonomously around an on-road RC track (or some other area). You can follow the progress at my Medium account, where I am documenting the development process.

The name Ghost comes from the ghost car feature in racing video games.


Project Status

Below are the main project components and their status

  • Car/Computer Interface - Complete
  • Odometry Estimation - In Progress
  • Lane Detection - In Progress, prototype version in place
  • Localization - TODO
  • Path Tracking Controller - TODO

Install

All software is developed in ROS Indigo. Perform the commands below from within your ROS workspace.

To download and build:

git clone https://github.com/stevendaniluk/ghost.git
catkin_make

To build and upload the arduino code:

rosrun rosserial_arduino make_libraries.py build/ghost/
catkin_make ghost_arduino_controller_interface
catkin_make ghost_arduino_controller_interface-upload

This will build the ghost messages, compile the arduino code, and upload it to the arduino (which should be connected via USB). Note: in order to build the messages for the arduino, your workspace must be re-sourced after the package is built with catkin_make (either open a new terminal window, or run source /workspace_path/devel/setup.bash).

Hardware Used

  • Kyosho TF-5 Stallion 1/10th On-road RC Car
  • Arduino Nano Microcontroller
  • Phidgets Spatial 3/3/3 IMU
  • PointGrey Blackfly Camera
  • Intel NUC i5
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].