MarsRoverFirmware icon indicating copy to clipboard operation
MarsRoverFirmware copied to clipboard

Firmware for the University of Waterloo Rover Team URC Mars Rover

Results 67 MarsRoverFirmware issues
Sort by recently updated
recently updated
newest added

Problem can be seen (with some partially related discussion) in the thread linked below: https://uwrobotics2020.slack.com/archives/CKDNYMG48/p1600215488017200

wontfix

this script should move the appropriate binary to the appropriate folder. script takes 2 args an app and a target. must have error checking for everything that could go wrong:...

good first issue

We should enable minimal-printf to reduce printf overhead (RAM usage and Flash usage): https://os.mbed.com/docs/mbed-os/v6.8/apis/printf-and-reducing-memory.html We should also investigate why `/r` is needed for newlines on windows. MBED should be automatically...

low priority
easy

Investigate using a units library like this https://github.com/nholthaus/units it would simplify function names like readAngleDegPerSec() and constants like maxRPM, and will generally be safer @wmmc88 @cindyli-13 thoughts? this could be...

We need to add a current sensor class to our lib.

high priority

documentation
enhancement
medium priority

- We should have a general SD card driver (do we need FS)

medium priority
difficult

readme should have instuctions for getting setup. the other sections should be in wikis. also training should be in wikis

documentation

Need to create the app for the Rev 2 PDB (power distribution board). This board monitors the power rails, controls the LED matrix, and interfaces with the ultrasonic sensors.

medium priority