https://github.com/robotcasserole1736/2022_sim_tools
https://github.com/robotcasserole1736/2022_sim_tools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robotcasserole1736/2022_sim_tools
- Owner: RobotCasserole1736
- License: mit
- Created: 2022-01-09T03:16:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T02:28:30.000Z (over 3 years ago)
- Last Synced: 2025-01-16T05:56:11.138Z (4 months ago)
- Language: MATLAB
- Size: 345 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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 ```