-
Updated
Mar 27, 2022 - C++
robot-programming
Here are 19 public repositories matching this topic...
-
Updated
Mar 24, 2022 - Python
[Python] Add tests
-
Updated
Feb 25, 2022 - C#
-
Updated
Mar 21, 2022 - Python
-
Updated
Apr 10, 2020 - Python
-
Updated
Mar 26, 2022 - Java
-
Updated
Apr 9, 2018 - Java
-
Updated
Mar 12, 2022 - Python
Controller E-Suspend
Make it stop all movement of the drive train while held. Also, reset all calibration values and turn off all pneumatics and anything else that could cause a dangerous malfunction.
If held for 5 seconds it essentially E-Stops the bot and must be held for 3 seconds to start again or switch modes/be disabled then re-enabled
-
Updated
Aug 31, 2021
-
Updated
Apr 3, 2018 - Java
-
Updated
Feb 25, 2022 - SCSS
-
Updated
Feb 25, 2022 - HTML
Gyro
Write a subsystem for a gyroscope. Make sure it works with the Analog hat we use, Rather than the SPI gyro. Maybe add support for both?
-
Updated
Jun 21, 2019 - Python
-
Updated
Dec 20, 2021 - C++
-
Updated
Sep 16, 2020 - Java
-
Updated
Mar 25, 2022 - C++
Improve this page
Add a description, image, and links to the robot-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the robot-programming topic, visit your repo's landing page and select "manage topics."
Implement benchmarks (e.g. throughput, latency) to profile ERDOS which can be run using
cargo bench.Consider extending criterion with custom measurements to report metrics in the multi-process/multi-thread setting.
The current benchmarks in
benchesare broken/stale.