Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   FIRST Tech Challenge (http://www.chiefdelphi.com/forums/forumdisplay.php?f=146)
-   -   [FTC]: Detecting Alliance Color (http://www.chiefdelphi.com/forums/showthread.php?t=124829)

alexrcoleman 18-01-2014 12:37

[FTC]: Detecting Alliance Color
 
Hey, this is Team 61 O-Zone. I noticed that the JoystickDriver.c file contained a commented out line
Code:

// joystickCopy.TeamColor = false;
in the section of the code where the default values for the joystick are set. This made me curious if it was in fact possible to detect the TeamColor through the joystick. I also noted that when the tempBuffer values are read and converted into the fields for the joystick, the first one used is
Code:

joystickCopy.UserMode          = tempBuffer[1];
This is interesting because arrays start with element 0, so what does tempBuffer[0] contain? Is it the team color flag? If so, why is it not implemented?
Thanks!

Note: When I say team/alliance color, I'm talking about whether the robot is set up in Samantha to be Red or Blue.

maths222 18-01-2014 17:24

Re: [FTC]: Detecting Alliance Color
 
I asked the robotc devs about this earlier, and they said that "It's no longer used and should be a zero at all times."

alexrcoleman 18-01-2014 17:27

Re: [FTC]: Detecting Alliance Color
 
Quote:

Originally Posted by maths222 (Post 1328953)
I asked the robotc devs about this earlier, and they said that "It's no longer used and should be a zero at all times."

Ah, that's a shame, seemed like there could be a lot of potential from it; for one, wouldn't have to make the driver pick which alliance we were ;) I wonder why they removed it though, seems kind of random. Well anyways, thanks for the info!


All times are GMT -5. The time now is 18:22.

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