Giter Site home page Giter Site logo

xbenng / my18 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mitmotorsports/my18

0.0 2.0 0.0 1.52 MB

All of the code on MY18, MIT's FSAE electric racecar.

License: GNU General Public License v3.0

Dockerfile 0.04% Makefile 16.44% Shell 0.24% C 78.12% C++ 2.21% GDB 0.28% Python 2.67%

my18's Introduction

MY18

This repository contains all the code that physically runs on MY18. External libraries are imported via submodules and found under the lib directory.

Development environment and toolchain installation scripts are also provided.

Getting Latest Changes

Run make pull to get the latest version of this repository and the appropriate submodules.

Development Environment

On MY18, we are standardizing the build and flash toolchain for all embedded devices on the car. To be compliant with the standard, you will need a Linux OS to compile and flash code from.

Native

On Ubuntu or Ubuntu Bash on Windows 10, you can run the included set up scripts, that will fetch the toolchain using apt and git. Run the scripts/toolchain/all.sh script as root (with sudo) to set up the toolchain. Equivalently, if you already have make run sudo make toolchain.

Although discouraged, check here for Windows installation instructions, if Ubuntu Bash on Windows 10 is not an option. Be aware that free upgrades to Windows 10 Pro are available to MIT students through here, thus enabling you to use Ubuntu Windows 10.

Docker

On other Unix-based systems, including macOS and different Linux distros, you can use Docker.

  • Get latest image from DockerHub: docker pull mitmotorsports/my18
  • Run development environment: docker run -it mitmotorsports/my18
  • Build latest image: docker build github.com/MITMotorsports/MY18 --tag mitmotorsports/my18

my18's People

Contributors

augustt198 avatar daniwhite avatar matthewha123 avatar nistath avatar seblopezcot 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.