Go to Post You know you're overdosed on FIRST when you see the thread titled "team 228 can and bottle drive" and think "what kind of crazy drivetrain is that?" - Joe G. [more]
Home
Go Back   Chief Delphi > Competition > Rules/Strategy > Scouting
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Closed Thread
Thread Tools Rating: Thread Rating: 41 votes, 5.00 average. Display Modes
  #16   Spotlight this post!  
Unread 07-01-2015, 10:22
Skyehawk's Avatar
Skyehawk Skyehawk is online now
Nuts N' Bolts
AKA: Skye Leake
FRC #0876 (Thunder Robotics)
Team Role: Mentor
 
Join Date: Nov 2012
Rookie Year: 2011
Location: Northwood, ND
Posts: 274
Skyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to all
Re: Team 111's scouting system: WildRank

http://imgur.com/tKjtfBz
Am I correct in assuming that the only code I need to change is the root directory of the flashdrive? (underlined in red in the photo)
  #17   Spotlight this post!  
Unread 07-01-2015, 12:43
nathanwalters nathanwalters is offline
Registered User
FRC #0111 (WildStang)
Team Role: Alumni
 
Join Date: Dec 2011
Rookie Year: 2011
Location: United States
Posts: 75
nathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud of
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by Skyehawk View Post
http://imgur.com/tKjtfBz
Am I correct in assuming that the only code I need to change is the root directory of the flashdrive? (underlined in red in the photo)
Unfortunately not, that was an oversight while I was programming the app last year. The root is hardcoded elsewhere. I'll push a fix soon to make that work as expected.
  #18   Spotlight this post!  
Unread 07-01-2015, 12:58
nathanwalters nathanwalters is offline
Registered User
FRC #0111 (WildStang)
Team Role: Alumni
 
Join Date: Dec 2011
Rookie Year: 2011
Location: United States
Posts: 75
nathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud of
Re: Team 111's scouting system: WildRank

I've changed the app to use a constant called USB_FLASH_DRIVE_ROOT_PATH in org.wildstang.wildrank.android.utils as the root path of the flash drive. This was a quick fix that I haven't been able to test yet but it should be functional.
  #19   Spotlight this post!  
Unread 07-01-2015, 16:38
Skyehawk's Avatar
Skyehawk Skyehawk is online now
Nuts N' Bolts
AKA: Skye Leake
FRC #0876 (Thunder Robotics)
Team Role: Mentor
 
Join Date: Nov 2012
Rookie Year: 2011
Location: Northwood, ND
Posts: 274
Skyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to all
Re: Team 111's scouting system: WildRank

Thank you so much. I'll give it a test on two different android tablets shortly. An ASUS memo pad 7 and a MSI primo 73. Thanks again.
[Edit] I am still having some minor issues. I think this is because I have the mount path for the USB wrong. uggh. I will try it on another tablet.

And thank you for the variable in one location. It's awesome.

Last edited by Skyehawk : 07-01-2015 at 19:11.
  #20   Spotlight this post!  
Unread 09-01-2015, 14:06
Skyehawk's Avatar
Skyehawk Skyehawk is online now
Nuts N' Bolts
AKA: Skye Leake
FRC #0876 (Thunder Robotics)
Team Role: Mentor
 
Join Date: Nov 2012
Rookie Year: 2011
Location: Northwood, ND
Posts: 274
Skyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to all
Re: Team 111's scouting system: WildRank

I got the app working, I don't know what the problem was with my other tablet, but no matter. My next question, what is the password? Or how does one set the password? I really don't want to go through the 6561 different possibilities for the pass code. Thanks for all your help.
  #21   Spotlight this post!  
Unread 09-01-2015, 14:14
dmorewood's Avatar
dmorewood dmorewood is offline
Lead Designer / Coach
AKA: Drake Morewood
FRC #1218 (Vulcan)
Team Role: CAD
 
Join Date: Jan 2015
Rookie Year: 2011
Location: Philadelphia
Posts: 95
dmorewood is just really nicedmorewood is just really nicedmorewood is just really nicedmorewood is just really nicedmorewood is just really nice
Re: Team 111's scouting system: WildRank

Will you be making an iOS version of this app?
  #22   Spotlight this post!  
Unread 09-01-2015, 17:15
nathanwalters nathanwalters is offline
Registered User
FRC #0111 (WildStang)
Team Role: Alumni
 
Join Date: Dec 2011
Rookie Year: 2011
Location: United States
Posts: 75
nathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud of
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by Skyehawk View Post
I got the app working, I don't know what the problem was with my other tablet, but no matter. My next question, what is the password? Or how does one set the password? I really don't want to go through the 6561 different possibilities for the pass code. Thanks for all your help.
Ah yeah, I should have documented that. The password is defined in org.wildstang.wildrank.android.fragments.PasswordP rotectionFragment, as the field CONFIGURED_PASSWORD. It's currently 9453 ("WILD" spelled out on a keypad). I should change that to use a global, easily changeable constant as well.
  #23   Spotlight this post!  
Unread 09-01-2015, 17:18
nathanwalters nathanwalters is offline
Registered User
FRC #0111 (WildStang)
Team Role: Alumni
 
Join Date: Dec 2011
Rookie Year: 2011
Location: United States
Posts: 75
nathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud of
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by dmorewood View Post
Will you be making an iOS version of this app?
No one on my team has experience with iOS development, and we aren't willing to pay for developer license. Also, porting this to iOS would require a complete redesign of the app anyway, as Apple provides no way to connect or access flash drives.

TL;DR no
  #24   Spotlight this post!  
Unread 09-01-2015, 19:30
Skyehawk's Avatar
Skyehawk Skyehawk is online now
Nuts N' Bolts
AKA: Skye Leake
FRC #0876 (Thunder Robotics)
Team Role: Mentor
 
Join Date: Nov 2012
Rookie Year: 2011
Location: Northwood, ND
Posts: 274
Skyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to all
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by nathanwalters View Post
Ah yeah, I should have documented that. The password is defined in org.wildstang.wildrank.android.fragments.PasswordP rotectionFragment, as the field CONFIGURED_PASSWORD. It's currently 9453 ("WILD" spelled out on a keypad). I should change that to use a global, easily changeable constant as well.
Dang, I feel like i should have been able to guess that. Awe well, thanks for getting back to me.
  #25   Spotlight this post!  
Unread 10-01-2015, 13:13
Short Stuff's Avatar
Short Stuff Short Stuff is offline
Registered User
AKA: Josh Noble
FRC #2594
Team Role: Human Player
 
Join Date: Jan 2013
Rookie Year: 2012
Location: Nampa, ID
Posts: 47
Short Stuff is an unknown quantity at this point
Re: Team 111's scouting system: WildRank

So which file in the desktop application do you open in order to run the desktop app and set it up? I don't do much with the programming but am trying to do this for my team.
  #26   Spotlight this post!  
Unread 10-01-2015, 18:24
Skyehawk's Avatar
Skyehawk Skyehawk is online now
Nuts N' Bolts
AKA: Skye Leake
FRC #0876 (Thunder Robotics)
Team Role: Mentor
 
Join Date: Nov 2012
Rookie Year: 2011
Location: Northwood, ND
Posts: 274
Skyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to allSkyehawk is a name known to all
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by nathanwalters View Post
For compiling the Android app, you'll need to download and install Android Studio. Once you've done that, use your Git method of choice (IDE integrated, the Github app, command-line git, etc.) to clone the project on your machine. Then just open the project in Android Studio and run it; once it's compiled it will prompt you to install it on your device. Make sure your device is connected via USB and that you've enabled developer options and debugging over USB. You should be all set on the tablet end.

For the desktop app, we used Eclipse, though you could compile the code in your Java IDE of choice. Just run the project as a Java application and you're good to go.

I think the Github Readmes do a pretty good job of explaining how to configure both components, but if you need more help, please ask.

Hope that helps!
Basically install eclipse and a JDK, then you can just run the project.
  #27   Spotlight this post!  
Unread 12-01-2015, 17:04
Short Stuff's Avatar
Short Stuff Short Stuff is offline
Registered User
AKA: Josh Noble
FRC #2594
Team Role: Human Player
 
Join Date: Jan 2013
Rookie Year: 2012
Location: Nampa, ID
Posts: 47
Short Stuff is an unknown quantity at this point
Re: Team 111's scouting system: WildRank

Can the desktop app be packaged as an .exe application to make easier to run on different computers?
  #28   Spotlight this post!  
Unread 12-01-2015, 17:07
nathanwalters nathanwalters is offline
Registered User
FRC #0111 (WildStang)
Team Role: Alumni
 
Join Date: Dec 2011
Rookie Year: 2011
Location: United States
Posts: 75
nathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud of
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by Short Stuff View Post
Can the desktop app be packaged as an .exe application to make easier to run on different computers?
If one were to do that it would probably be as an executable jar file, but yes, it could definitely be done. It didn't make sense to do that last year as we were constantly making additions and bug fixes so we were never at the point where it would make sense to package a stable version of the program; it was easiest to just run it from Eclipse every time.
  #29   Spotlight this post!  
Unread 12-01-2015, 18:39
Short Stuff's Avatar
Short Stuff Short Stuff is offline
Registered User
AKA: Josh Noble
FRC #2594
Team Role: Human Player
 
Join Date: Jan 2013
Rookie Year: 2012
Location: Nampa, ID
Posts: 47
Short Stuff is an unknown quantity at this point
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by nathanwalters View Post
If one were to do that it would probably be as an executable jar file, but yes, it could definitely be done. It didn't make sense to do that last year as we were constantly making additions and bug fixes so we were never at the point where it would make sense to package a stable version of the program; it was easiest to just run it from Eclipse every time.
I was just wondering as it would make it easier for our team to run at competition. Also when making changes to the android scouting app, what files have game specific information in it that would need to be changed for this season?
  #30   Spotlight this post!  
Unread 12-01-2015, 22:15
nathanwalters nathanwalters is offline
Registered User
FRC #0111 (WildStang)
Team Role: Alumni
 
Join Date: Dec 2011
Rookie Year: 2011
Location: United States
Posts: 75
nathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud ofnathanwalters has much to be proud of
Re: Team 111's scouting system: WildRank

Quote:
Originally Posted by Short Stuff View Post
I was just wondering as it would make it easier for our team to run at competition. Also when making changes to the android scouting app, what files have game specific information in it that would need to be changed for this season?
If you use the tablets for data analysis instead of using the desktop to generate a PDF summary (I highly reccomend the former, it's much simpler), I think I did a pretty good job of highlighting everything that you have to do here: https://github.com/nwalters512/wildr...-for-your-team. It tells you about what files you have to modify and how to modify them to set it up for your game. It may seem a little convoluted at first (it probably is, actually), but the slight extra complexity is needed to make it easy to modify and easy to extend.

Read through the docs and try it out. If things don't make sense, post here and I'll do my best to help! I'd appreciate any feedback you have so I can make things easier to understand for other teams.
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 13:45.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


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