Giter VIP home page Giter VIP logo

roboracing-software's Introduction

RoboRacing Software CircleCI

This repository contains ROS packages for the RoboJackets RoboRacing team.

Software Lead

Project Manager

Maintainer

Organization

Most folders in this repository are ROS packages.

avc: This package contains mission code for the Sparkfun Autonomous Vehicle Challenge.

iarrc: This package contains mission code for the International Autonomous Robot Racing Challenge.

rr_common: This package contains general-purpose or mission-agnostic intelligence code.

rr_description: This package contains URDFs and meshes that describe the platform's layout.

rr_gazebo: This package contains resources for running the car in the Gazebo simulator.

rr_platform: This package contains code for interfacing with the various cars built and maintained by the team.

sandbox: This package contains utilities and non-ROS code. This includes tools for working with log files and the Arduino code for the car.

The following files and folders enable our continuous integration system.

  • .circleci
  • Dockerfile

Installation

  1. Make sure you have the appropriate ROS version installed for your version of Ubuntu.

  2. Clone this repo into the src directory of your catkin workspace.

  3. Also clone https://github.com/intel-ros/realsense and https://github.com/ros-drivers/pointgrey_camera_driver into the same src directory

  4. Install the remaining dependencies with the following command in your catkin workspace folder:

    rosdep install --from-path src --ignore-src -y
  5. Install python dependencies (for Python 2) which are not in ROS:

    pip install keras tensorflow numpy pynput matplotlib
    
  6. Install librealsense following the instructions at https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md

  7. You should now be able to build the project by running catkin_make in the catkin_ws directory.

Simulation

You can get started with the RoboRacing code base right away by launching our simulator!

The following command will load our platform in the Sparkfun AVC track:

roslaunch rr_gazebo macaroni_avc.launch

Then, the following command will start our race AI and drive the car around the track:

roslaunch avc avc.launch

Alternatively, you can control the car manually with a USB gamepad with this command:

roslaunch rr_platform joystick_driver.launch

roboracing-software's People

Contributors

barulicm avatar ebretl avatar chsahit avatar btdubs avatar ehuang3 avatar luisp23 avatar ebarnette avatar georgeburdell avatar jzheng84 avatar bennuttle avatar joshuamorton avatar thaeds avatar nini1294 avatar dacohen avatar jgkamat avatar claire-bergman avatar jasongibson274 avatar gitter-badger avatar alextrimm avatar

Watchers

James Cloos avatar

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.