An open API service indexing awesome lists of open source software.

https://github.com/robotcasserole1736/2022_sim_tools


https://github.com/robotcasserole1736/2022_sim_tools

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# FRC 2022 Game Simulation Tools

## calc.m

Simulates multiple scenarios for ball trajectories over different ranges of inputs. Useful for helping drive requirements for Cargo launcher designs.

![screenshot](launcherSim.png)

Tested against [GNU Octave](https://www.gnu.org/software/octave/download)

## Installation

### Linux
``` sudo apt install octave ```

### Mac
``` brew install octave ```

## Running
``` octave --persist calc.m ```