Giter Site home page Giter Site logo

alescontrela / igvc-software Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robojackets/igvc-software

0.0 2.0 0.0 333.52 MB

The code base for our Intelligent Ground Vehicle Competition team.

Home Page: https://robojackets.org/teams/intelligent-ground-vehicle-competition/

License: MIT License

Dockerfile 0.26% Makefile 0.10% CMake 15.23% C++ 76.71% Python 7.63% Shell 0.08%

igvc-software's Introduction

RoboJackets IGVC Build Status

Welcome to the RoboJackets IGVC software repo! This document will give you a brief description of the repo's layout and some simple instructions for building the documentation and project. For more detailed information, please visit wiki.robojackets.org

For online API documentation generated by Doxygen, go to robojackets.github.io/igvc-software/

Folder Structure

The repo is comprised of two ROS packages and one sandbox folder for miscelaneous resources. FOLDERS

  • igvc This is the primary ROS package that houses all of our source code.
    • launch This folder holds all of our ros launch files that start one or more ros nodes
    • src This folder contains ros nodes which does all the computation and is modular
  • igvc_msgs This package defines custom message types for our code.
  • sandbox This folder contains miscelaneous resources. This includes source code for our robot's Arduinos and Ardupilot IMU, udev rules for our robot's hardware, and other files.
  • gazebo This folder contains two packages that are used to run gazebo
    • igvc_description This package contains the URDF and the models that are spawned into gazebo
    • igvc_control This package contains the code necessary to control our robot in simulation

Building Documentation

Documentation for our code can be generated via the rosdoc_lite tool.

Building Code

This repository should be cloned into the src directory of a catkin workspace. Use catkin_make in the workspace directory to build the code. Dependencies can be installed by rosdep install packageName on packages igvc, igvc_control, and igvc_description . (NOTE: Be sure to source devel/setup.sh before referencing the igvc or igvc_msgs packages.)

For a guide on installing our code please go to our guide

Join the chat at https://robojackets.slack.com/

Running Gazebo

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

Load up Jessii: The following command will load our platform into a simulated IGVC course:

roslaunch igvc_gazebo gazebo.launch

Map the surrounding environment: Then, the following command will start our mapper

roslaunch igvc_navigation mapper.launch

To obtain a visualization of the robot's sensor readings, the occupancy grid, and its planned path, set the plot_rviz flag to true:

roslaunch igvc_navigation mapper.launch plot_rviz:=true

Navigate the course: Next, run the following command to start our pathing node and navigate around the course autonomously

roslaunch igvc_navigation pather.launch simulation:=true

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

roslaunch igvc joystick_driver.launch

igvc-software's People

Contributors

aaronmcdaniel avatar ahuynh avatar alchaussee avatar alescontrela avatar alextrimm avatar barulicm avatar bvaughn8 avatar claire-bergman avatar dpattison3 avatar evan10s avatar gitter-badger avatar jacobschloss avatar jasongibson274 avatar jgkamat avatar jmschonfeld avatar joshua-atler avatar jzheng84 avatar kkolur3 avatar kmarino avatar nareddyt avatar red-eight avatar rmkeezer avatar rohanrk avatar sand500 avatar shayk2 avatar soohyun-kim avatar thaeds avatar wingedfighter avatar zachcmathews avatar

Watchers

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