Redshift Project Depot

FRC 2016 (Stronghold) => Robot Software => Topic started by: Saty E on January 21, 2016, 05:41:58 PM

Title: Algorithm For Shooter Targeting
Post by: Saty E on January 21, 2016, 05:41:58 PM
So Matt Spofford and I worked out a basic algorithm for targeting the shooter. It's still a WIP, so feel free to add anything below.

1. If goal found, tell user, and check that auto targeting is enabled. If not, inform user to enable auto targeting
2. Once auto targeting is enabled, move the shooter to the position such that the vision target is centered in the camera's frame
3. Once centered, prompt the user to shoot.
Title: Re: Algorithm For Shooter Targeting
Post by: Louis L on January 22, 2016, 02:10:18 PM
Here's what I have on the shooting algorithm.
https://docs.google.com/document/d/19dErwQkQNhwTQn1245P6sBKr26mg4QA88hRi5-Qyt8A/edit?usp=sharing (https://docs.google.com/document/d/19dErwQkQNhwTQn1245P6sBKr26mg4QA88hRi5-Qyt8A/edit?usp=sharing)

A few take-aways as I went through that exercise.