Redshift Project Depot

General Topics => Arcadia => Topic started by: Shreya C on March 01, 2017, 08:17:48 PM

Title: Bay State Brawl - general
Post by: Shreya C on March 01, 2017, 08:17:48 PM
All the most important information about BSB.

Title: Re: Bay State Brawl - general
Post by: Pablo C on March 04, 2017, 07:56:21 PM
Arcadia Content
Title: Re: Bay State Brawl - general
Post by: Pablo C on March 04, 2017, 08:32:38 PM
Almost forgot:

Camera - [Inert robot name here]'s camera is mounted on a servo that rotates 180 degrees. Controlled by the driver, this can capture from the gear side to help putting gears on the lift or swivel around to help climbing at the end of the match.
Title: Re: Bay State Brawl - general
Post by: Keelan B on March 06, 2017, 07:56:43 PM
Climber info:

The climber is a cylinder with Velcro along the surface area and then with a rope that has Velcro on in it will get a firm first grip. Then the cylinder will start turning and let a spring pop open with a piece of metal that once at the top of the rope will trigger the sensor at the top of the climb. Then the climber climbs up the rope to the top and will stop once a limit switch is triggered. To get the climber down the back drive stopper will be pushed back via a piece of metal bellow it.
Title: Re: Bay State Brawl - general
Post by: Shreya C on March 07, 2017, 07:14:54 PM
Software highlights:
- Coded in Java & C++ mainly.
- Had to hard-code swerve drive - should we include equations and how we figured this out? Mention PID too.
- One of the main features of our software is an attempt to automate as much as possible. Most evident in our auto-gear-placement code.
- For the above: we use ultrasonic rangefinders and a camera called the Pixy Camera, which can detect objects of a certain color (once it's been trained to recognize that color). When Pixy detects an object, it returns a Pixy Packet of information about that object, like the height, width, center, etc., which we can use to determine whether we've properly detected the reflective tape.
- We use the rangefinders and gryoscope to be properly aligned with the lift.
Title: Re: Bay State Brawl - general
Post by: Vanshika C on March 07, 2017, 07:19:38 PM
More on software: