This folder has models and code for simulating the performance of the meltybrain robot in MATLAB.
Contains written and untested code from 2020-2021. Only for reference
PlatformIO project containing all relevant files. Work in progress for 2021-2022
- Install Visual Studio Code. This is the recommended way of editing robot code.
- Install PlatformIO. This is an add-on for VSCode which features the tool chains for compiling and programming embedded circuit boards.
Clone this repository by opening a terminal in the desired location on yoru computer, then entering the following command.
git clone --recursive https://github.com/robojackets/battlebots-software.git
This repo uses submodules for libraries, so the --recursive
flag ensures that they get included in your local copy.
If you have already cloned the repo and do not see the submodules, run
git submodule update --init --recursive
from a terminal within the folder of the repo.