GithubHelp home page GithubHelp logo

bennuttle / igvc-software Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robojackets/igvc-software

0.0 1.0 0.0 545.58 MB

The code base for our Intelligent Ground Vehicle Competition team.

igvc-software's Introduction

Latest revision : Dec. 18, 2013

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

Contents:
I   Folder Structure
II  Building Documentation
III Building Code


I. Folder Structure
The repo's root folder contains 7 folders and 1 file.
FOLDERS
 * 2013
    This folder is a copy of the software repo as it stood at the end of the 2013 season. Many changes occurred in the project setup since then. This folder is there as an easy access point to the old code base.
 * arduino
    This folder contains the code that runs on the arduino boards on the robot. These can be edited via gedit, but it is recommended that you use the Arduino IDE (www.arduino.cc) to build and upload the code to an arduino board.
 * ardupilot
    This folder contains the code that runs on the Ardupilot IMU device. This folder includes the Ardupilot library and make systems for building & deploying the code.
 * IGVC_Control
    This folder contains the project description files for Qt Creator.
 * src
    This folder contains the C++ source code that runs on the on-board laptop. The folder hierarchy under /src is very deep, but relatively self explanatory.
 * test_data
    This folder contains test data including images, videos, sensor logs, etc.
 * udev
    This folder contains udev rules used by our code to identify serial devices.
FILES
 * Doxyfile
    This is the configuration file for the doxygen documentation generation system (www.doxygen.org)


II. Building Documentation
To generate the documentation for our laptop-side source code, run the following command from the repo's root folder:
...$ doxygen Doxyfile
This will create a /docs folder in the repo's root directory which will contain HTML and LaTex versions of the documentation. To generate PDF documentation, run the following command from /docs/latex/
...$ make


III. Building Code
The easiest way to build the laptop-side code is to use Qt Creator (www.qt-project.org) to open /IGVC_Control/IGVC_Control.pro, configure the project with the standard settings, and click the build button (hammer icon).

igvc-software's People

Contributors

ahuynh avatar alextrimm avatar barulicm avatar jacobschloss avatar kmarino avatar sand500 avatar wingedfighter avatar

Watchers

 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.