Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Team 4488 Shockwave - 2016 Code (http://www.chiefdelphi.com/forums/showthread.php?t=153017)

david cobbley 06-01-2017 01:49

Team 4488 Shockwave - 2016 Code
 
Team 4488 is proud to share our 2016 source code for our robot - Eclipse!

This was the first year our team attempted to write our robot code in Java: https://github.com/shockwave4488/FRC-2016-Java
And here is our camera code - Written in C#: https://github.com/shockwave4488/FRC-2016-Camera

Please feel free to ask questions!

gerthworm 06-01-2017 07:34

Re: Team 4488 Shockwave - 2016 Code
 
Nice! Looks like you have a pressure sensor in your code, and it's being used to adjust the RPM of the shooter? Assuming so, what kind of sensor did you use, and how useful was it?

jojoguy10 06-01-2017 09:56

Re: Team 4488 Shockwave - 2016 Code
 
I'm curious why you decided to use C# for your camera code. Why not C++ or Python? Did you create a WinForm with Visual Studio or something similar?

Nbot 06-01-2017 18:27

Re: Team 4488 Shockwave - 2016 Code
 
Quote:

Originally Posted by gerthworm (Post 1625824)
Nice! Looks like you have a pressure sensor in your code, and it's being used to adjust the RPM of the shooter? Assuming so, what kind of sensor did you use, and how useful was it?

We used this https://www.adafruit.com/products/1075 pressure sensor from Adafruit. The idea was to use it to detect how stiff the ball was and adjust shooter RPM accordingly. However, we were never able to get the sensor to give us consistent enough values to be useful so that functionality was never used in competition.

mwmac 06-01-2017 18:52

Re: Team 4488 Shockwave - 2016 Code
 
Quote:

Originally Posted by Nbot (Post 1626100)
We used this https://www.adafruit.com/products/1075 pressure sensor from Adafruit. The idea was to use it to detect how stiff the ball was and adjust shooter RPM accordingly. However, we were never able to get the sensor to give us consistent enough values to be useful so that functionality was never used in competition.

We used a similar but smaller sensor to characterize balls as they entered the picker mouth of our offseason robot, "Rotator". We were able to characterize balls into 3 categories and assign differing shooter wheel speeds accordingly.


All times are GMT -5. The time now is 00:52.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi