All Projects → Hypha-ROS → Hypharos_racecar

Hypha-ROS / Hypharos_racecar

Licence: lgpl-3.0
Low-cost, high speed (600USD, 3 m/s) 1/10 Autonomous ROS RaceCar (with tutorial for beginner)

Programming Languages

cpp
1120 projects

Labels

Projects that are alternatives of or similar to Hypharos racecar

Opensimplelidar
Open Source scanning laser rangefinder
Stars: ✭ 2,206 (+898.19%)
Mutual labels:  ros
Bonnetal
Bonnet and then some! Deep Learning Framework for various Image Recognition Tasks. Photogrammetry and Robotics Lab, University of Bonn
Stars: ✭ 202 (-8.6%)
Mutual labels:  ros
Gqcnn
Python module for GQ-CNN training and deployment with ROS integration.
Stars: ✭ 216 (-2.26%)
Mutual labels:  ros
Ublox
A driver for ublox gps
Stars: ✭ 189 (-14.48%)
Mutual labels:  ros
Hypharos minicar
1/20 MiniCar: An ackermann based rover for MPC and Pure-Pursuit controller
Stars: ✭ 194 (-12.22%)
Mutual labels:  ros
Rosintegration
Unreal Engine Plugin to enable ROS Support
Stars: ✭ 204 (-7.69%)
Mutual labels:  ros
Xtdrone
UAV Simulation Platform based on PX4, ROS and Gazebo
Stars: ✭ 185 (-16.29%)
Mutual labels:  ros
Mcl 3dl
A ROS node to perform a probabilistic 3-D/6-DOF localization system for mobile robots with 3-D LIDAR(s). It implements pointcloud based Monte Carlo localization that uses a reference pointcloud as a map.
Stars: ✭ 221 (+0%)
Mutual labels:  ros
Neuralet
Neuralet is an open-source platform for edge deep learning models on edge TPU, Jetson Nano, and more.
Stars: ✭ 200 (-9.5%)
Mutual labels:  ros
Iiwa stack
ROS integration for the KUKA LBR IIWA R800/R820 (7/14 Kg).
Stars: ✭ 211 (-4.52%)
Mutual labels:  ros
Rosbag editor
Create a rosbag from a given one, using a simple GUI
Stars: ✭ 193 (-12.67%)
Mutual labels:  ros
Pedsim ros
Pedestrian simulator powered by the social force model
Stars: ✭ 194 (-12.22%)
Mutual labels:  ros
Laser line extraction
A ROS package that extracts line segments from LaserScan messages.
Stars: ✭ 206 (-6.79%)
Mutual labels:  ros
Roboware Studio
An IDE environment for ROS development.
Stars: ✭ 189 (-14.48%)
Mutual labels:  ros
Jetson easy
🔩 Automatically script to setup and configure your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] . This script run different modules to update, fix and patch the kernel, install ROS and other...
Stars: ✭ 219 (-0.9%)
Mutual labels:  ros
Ros2 rust
Rust bindings for ROS2
Stars: ✭ 187 (-15.38%)
Mutual labels:  ros
Ros people object detection tensorflow
An extensive ROS toolbox for object detection & tracking and face/action recognition with 2D and 3D support which makes your Robot understand the environment
Stars: ✭ 202 (-8.6%)
Mutual labels:  ros
Openag brain
ROS package for controlling an OpenAg food computer
Stars: ✭ 221 (+0%)
Mutual labels:  ros
Raspicam node
ROS node for camera module of Raspberry Pi
Stars: ✭ 218 (-1.36%)
Mutual labels:  ros
Ur5 ros Gazebo
Universal Robot (UR5) Pick and Place Simulation in ROS-Gazebo with a USB Cam and Vacuum Grippers
Stars: ✭ 211 (-4.52%)
Mutual labels:  ros

HyphaROS RaceCar pkg

alt text

Abstract

We present a low-cost (~600USD), high speed, fully autonomous 1/10 rc car platform, called Hypha RaceCar. Instead of using high-end sensors/SBC like: hokuyo laser, Nvidia TX1, etc., our platform replace all expensive components with low-cost product (Odroid XU4, RPLidar A1, GY85 ...). The performance of high-end racecar, e.g. MIT RaceCar, is around 4 m/s (~3600USD), in contrast, Hypha RaceCar is able to achieve 3 m/s !
[Official Slides] https://github.com/Hypha-ROS/hypha-racecar/blob/ver.1-release/document/HyphaROS_RaceCar_Project_released.pdf
[3m/s Video] https://www.youtube.com/watch?v=jgS6gpmWPoY
alt text

For Beginners

A step by step tutorial from hardware assembling to software installing and opration now is available:
https://github.com/Hypha-ROS/hypha-racecar/blob/ver.1-release/document/Hypha-ROS-RaceCar-Tutorial_V1.1.pdf

About us

FB Page: https://www.facebook.com/HyphaROS/
Website: https://hypharosworkshop.wordpress.com/
Youtube: https://www.youtube.com/watch?v=jgS6gpmWPoY (3 m/s)
Youku: http://i.youku.com/hypharos
Contact: [email protected]
Developer:

  • HaoChih, LIN
  • KaiChun, Wu

Date: 2017/09/29
License: LGPL

Features

  • onboard mapping (ICP, Gmapping)
  • EKF for odometry (Laser Odom + IMU, robot_localization pkg)
  • AMCL localization
  • L1 base controller
  • Dynamic obstacle avoidance

Roadmap

  • Hypha RaceCar ver.2
  • Teb_local_planner
  • Autonomous parking
  • SVO for odometry estimation
  • Video tutorial

Hardware

alt text
[google doc] https://goo.gl/9bx72b
[baidu doc] http://pan.baidu.com/s/1c2ImUrQ
Total Cost: < 600 USD

Software

Odroid Image

Image file for odroid.(with SD card >16G)
[Google drive] https://drive.google.com/open?id=0B7f-a3PiitSec3RyQWRTQVZ1NzA

Desktop Windows

64bit RAM >= 8G
VirtualBox 64bit (https://www.virtualbox.org/wiki/Downloads)
VirtualBox OVA file: Will be released soon!

Desktop Ubuntu (16.04)

64bit RAM > 4G
Install ROS Kinetic - (Desktop-Full Install) (http://wiki.ros.org/kinetic/Installation/Ubuntu)

$ sudo apt-get install git ros-kinetic-rplidar-ros remmina synaptic gimp ros-kinetic-navigation ros-kinetic-hector-slam ros-kinetic-hector-mapping arduino ros-kinetic-geographic-msgs ros-kinetic-rosserial-arduino ros-kinetic-rosserial ros-kinetic-slam-gmapping ros-kinetic-mrpt-slam ros-kinetic-mrpt-icp-slam-2d ros-kinetic-robot-localization -y

create your own catkin_ws
(http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment#Create_a_ROS_Workspace)
$ cd catkin_ws/src
$ git clone https://github.com/MAPIRlab/rf2o_laser_odometry
$ git clone https://github.com/Hypha-ROS/hypha-racecar
$ cd ..
$ catkin_make

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].