|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Why the sudden burst of code postings?
Quote:
Edit: Well, I'll join in too: https://github.com/RobotCasserole1736 Last edited by gerthworm : Today at 16:30. |
|
#2
|
|||
|
|||
|
Re: Why the sudden burst of code postings?
https://github.com/frc4646
Check here for everything. It'll have all of our code as soon as we start it, finished or not. |
|
#3
|
||||
|
||||
|
Re: Why the sudden burst of code postings?
|
|
#4
|
||||
|
||||
|
Re: Why the sudden burst of code postings?
I've always found making a standalone post kinda tacky personally. It's not warranting of taking up more space. There are places for this: your TBA profile, your FIRSTwiki page, et cetera. But since we're all piling on here, here ya go:
https://github.com/SMNWrobotics Notable things include our semi-beta scouting app in the FRC2016 repo, made in Xojo and what we used with four other teams last year at GKC. Never found it polished enough to show it off, but in case you are interested. EDIT: Sniped on FIRSTwiki. Please, take ten minutes and add your team's info there if you can. It really helps us out a ton! |
|
#5
|
||||
|
||||
|
Re: Why the sudden burst of code postings?
Well, we were going to clean this up for public release, but I guess were too lazy for that...
Of some interest maybe onboard vision processing, in labview. There are some of out bot log files for our matches, which don't do much not knowing the bot, but the code is there to do the recording if interested. Also there are a wealth of information in the commits, but seeing I just uploaded this from our private stash, you maybe missing gems, like "my hands are typing words." Anyways, it's out there, and posted in a public forum. https://github.com/TORC2137 |
|
#6
|
|||||
|
|||||
|
Re: Why the sudden burst of code postings?
I guess I'll get in on this.
Our Github can be found here: https://github.com/bread5940. All our code is in there - for both our robots and random projects. Several things may be of interest. FRC-2016-BREAD-Codebase is all the code for our competition bot last season. It includes some cool stuff like modular autonomous, a full set of systems tests that are run before each match, a camera implementation that overlays the stream with lines for targeting, and other fun stuff. There's a full set of Javadocs generated for it, and you can find the link to those in the readme. Some other notable things: 2017beta is some code we wrote that features some of the new changes for the upcoming season, including the new camera server and imports for the new Talon SRX plugins. There's some random vision processing stuff on there as well, mainly experimentation from the off season. If anyone has any questions feel free to PM me and I'll pass them along to the appropriate people on the team. Thanks! |
|
#7
|
||||
|
||||
|
Re: Why the sudden burst of code postings?
Robot Code 2016 is our robot code for this previous year. Also, what Devin said.
|
|
#8
|
|||
|
|||
|
Re: Why the sudden burst of code postings?
Team Tators has some code/CAD to post also.
Our CAD postings are up here. The only thing we have up there currently is a roboRIO mount and port protector. Our offseason robot code is up here. This is the first time we as a team have used Java for a robot, actually. Some interesting things about what we did:
We are also releasing our vision code for the same robot here. This is mostly written in Kotlin, and uses OpenCV and NetworkTables to process images from a Raspberry Pi Camera and send angle values back to the roboRIO for targetting. That's basically it. |
|
#9
|
|||||
|
|||||
|
Re: Why the sudden burst of code postings?
Quote:
Note that your implementation for the ADXRS453 does rate integration in software at 120Hz based on a Notifier callback. The wpilib implementation does rate integration in an FPGA accumulator at 1KHz. Your method is certainly adequate for FRC use (and it's all we could do before the cRIO era), but it isn't correct to say that it is more accurate than wpilib's implementation. |
|
#10
|
||||
|
||||
|
Re: Why the sudden burst of code postings?
+1
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|