Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/a1cd/tempalate-stuff-worr-wahtaevferr

ustuff theings shans other things
https://github.com/a1cd/tempalate-stuff-worr-wahtaevferr

Last synced: about 1 month ago
JSON representation

ustuff theings shans other things

Awesome Lists containing this project

README

        

# AutoFRC

[![forthebadge](https://forthebadge.com/images/badges/made-with-crayons.svg)](https://forthebadge.com)

This is a study into creating a fully automatic FRC robot.

This process relies on several key algorithms:
- pose estiation: using the WpiLib DifferentialDrivePoseEstimatorClass
- global position updates: I am using an algorithm called UcoSLAM that takes a camera feed and outputs position in 3d space
- pathing planning: Informed Random Rapidly Expanding Tree *
- Traveling Saleman searches to find the fastest way to collect multiple games objects
- HSV thresholding to detected yellow balls

Future potential features:
- robot detection (either ML or detect color of bumpers)
- intelligent defences
- avoiding moving obstancles while path planning
- kalman filters