View Full Version : Team Xbot 488 Beta Presentation (Redmond, WA)
JohnGilb
06-12-2014, 17:37
We presented our beta findings to ~80 people in Redmond, WA today - thanks to all for attending!
Right now I'm including a link to the programming presentation below:
https://onedrive.live.com/redir?resid=B09BD74C03C28515!1175&authkey=!AK0PocWS_pO66mk&ithint=file%2cpptx
Once I get the deck for the electrical presentation I will attach that as well.
We also have a recording of the presentation, but that won't be available right away. I'll post it in here once it's ready.
If you have any questions, please ask them below! We'll answer them to the best of our ability - and if we can't, another beta team can probably do it better.
Thanks again to those who attended in person!
Excellent presentation John!
A big thanks to you, Larry and all the other facilitators. This was extremely beneficial for all the teams who attended!
Regards,
Rob Trahms
Chill Out Team 1778
jojoguy10
07-12-2014, 10:47
Yes, definitely a great learning experience!
If Larry is here and reading this, do you think you can post a link to your PowerPoint? That would be awesome!
I will think of some questions to ask soon.
-Joe
jojoguy10
08-12-2014, 17:09
Yes, definitely a great learning experience!
If Larry is here and reading this, do you think you can post a link to your PowerPoint? That would be awesome!
I will think of some questions to ask soon.
-Joe
Update:
Here is a link to Larry's PowerPoint after he emailed it to me:
https://drive.google.com/file/d/0B1zoCPzvBFCzU1VYaU85dFEzamc/view?usp=sharing
Neat presentation, it outlines what's new and different really well. I didn't realize the roboRIO supports Java 8 now, which is awesome because Java 8 is awesome. Does the roboRIO read java bytecode? if so, we could be seeing some bots programmed in jvm languages like Scala and Clojure, which would be really cool.
Could you post the code you used for the perf testing? I'm curious how you tested it.
Ben Wolsieffer
03-01-2015, 19:34
Does the roboRIO read java bytecode? if so, we could be seeing some bots programmed in jvm languages like Scala and Clojure, which would be really cool.
I think it would be fairly easy to run other JVM languages because the roboRIO uses the standard Oracle Java SE Embedded (you actually have to go to the Oracle site to download it).
I think it would be fairly easy to run other JVM languages because the roboRIO uses the standard Oracle Java SE Embedded (you actually have to go to the Oracle site to download it).
Oh cool. Depending on weather the build tools are modifiable or not, this could be fairly easy. If they're using something like Gradle, then adding in another language to your project will be trivial. If they aren't using something like gradle, we'll just have to hope they've opensourced it. GitHub's a sponsor, maybe they'll post it there?
And if it's java, we can get minecraft to run on it. Anybody want to write some OpenGL drivers?
Ben Wolsieffer
03-01-2015, 20:42
Oh cool. Depending on weather the build tools are modifiable or not, this could be fairly easy. If they're using something like Gradle, then adding in another language to your project will be trivial. If they aren't using something like gradle, we'll just have to hope they've opensourced it. GitHub's a sponsor, maybe they'll post it there?
And if it's java, we can get minecraft to run on it. Anybody want to write some OpenGL drivers?
The source for WPILib is available (https://usfirst.collab.net/sf/projects/wpilib/), but you have to have an account on the FRC TeamForge to access it. They might allow anonymous access soon. I believe the build scripts still use Ant, so you might be able to make it work.
I'm thinking about trying to write autonomous scripts in Javascript with Nashorn, but it might not be worth it because we don't have to reboot to upload code anymore.
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.