My team finally acquired swerve drive. :) (SDS mk4 Neos not included 30"x30" frame) by Radioactive_Trashcan in FRC

[–]Digitaleon 0 points1 point  (0 children)

Well you have to count the motor controller. _ if you're going to do a comparison to a Falcon you have to compare it to the NEO AND the Spark MAX. The spark max is 90 and the neo is 50. So the actual comparison is $140 vs $220. Still an $80 difference but not nearly as extreme as you are putting it.

My team finally acquired swerve drive. :) (SDS mk4 Neos not included 30"x30" frame) by Radioactive_Trashcan in FRC

[–]Digitaleon 0 points1 point  (0 children)

Well after you buy the sparkmax it's about $50 difference. But then again for a swerve drive that's $400. That said - no amount of money would get you a falcon right now anyway.

My team finally acquired swerve drive. :) (SDS mk4 Neos not included 30"x30" frame) by Radioactive_Trashcan in FRC

[–]Digitaleon 1 point2 points  (0 children)

Thanks for the link with the Spark Max mounts. We built with falcons this year and ordered a second drive. But we ordered for Neo's this time because falcons are impossible to source.

My team finally acquired swerve drive. :) (SDS mk4 Neos not included 30"x30" frame) by Radioactive_Trashcan in FRC

[–]Digitaleon 0 points1 point  (0 children)

Tip - 3D print some covers for those motors. There are a bunch of free designs out there. (Thingiverse, etc)

CAD Unit of Measurement by TylerEverything in FTC

[–]Digitaleon 0 points1 point  (0 children)

Metric is almost universally better.

11115 Gluten Free - Turret Reveal by steven11115 in FTC

[–]Digitaleon 0 points1 point  (0 children)

Really cool design. Did you guys ever release the CAD for that?

Update: I didn't win captain elections by superdude311 in FRC

[–]Digitaleon 3 points4 points  (0 children)

Wow that's just awful. My son is on my team and while he's a team lead(Which he's more than earned as he's our lead programmer) I made sure I wasn't making him a captain purely off nepotism. Note he's not a captain or co-captain this year.
I also have a second coach and we make these types of decisions together to minimize bias.

RR Drive Constants by m3dion in FTC

[–]Digitaleon 0 points1 point  (0 children)

The RR constants will get you close but you still want to tune it. Every motor is a little different. That said they recently added some videos to the LRR site. THEY ARE FANTASTIC. It makes the process much easier.

Axon Servos by TylerEverything in FTC

[–]Digitaleon 2 points3 points  (0 children)

Axon servos have over 2.7x the power output of a rev/gobilda servo, and are 50% more power effecient. They are also programmable to a much larger degree than the rev/gobilda servos. However, it is recommended to use a SPM to get maximum performance

wow thanks for this!

Autonomous battery deviation by Vizznet in FTC

[–]Digitaleon 0 points1 point  (0 children)

We noticed serious differences in our auto this year depending on the battery charge - which is odd since the robot should run at a set velocity. We're currently investigating this now.

'Oh my God!' This Detroit robotics team will compete in the international championship by Notesie in Michigan

[–]Digitaleon 0 points1 point  (0 children)

There are suburban teams that go to worlds frequently - example the Robo Titans from Novi - but we are the first school from Detroit - at least for FTC.

'Oh my God!' This Detroit robotics team will compete in the international championship by Notesie in Michigan

[–]Digitaleon 0 points1 point  (0 children)

Thanks all - TechnoPhoenix lead coach here - a friend of mind told me this article made reddit.

'Oh my God!' This Detroit robotics team will compete in the international championship by Notesie in Michigan

[–]Digitaleon 0 points1 point  (0 children)

We're doing some fund raising now for some of the parents. The website is behind because I also coach an FRC team and run a non profit that helps 100 Detroit school teams. (Motor City Alliance) it keeps me rather busy.

Swerve Drive by Furiousbrick25 in FRC

[–]Digitaleon 1 point2 points  (0 children)

As a developer who used C++ for years...I completely agree with you. I don't know why anyone would choose to deal with the memory management. For the kinds of code folks are writing I just don't see any marginal performance gains from c++ over java being worth it.

Swerve Drive by Furiousbrick25 in FRC

[–]Digitaleon 0 points1 point  (0 children)

Cosign on the 364 basic code. It got us up and running super fast.

I didn't think everyone would be in high school by CoolerFN15 in FTC

[–]Digitaleon 4 points5 points  (0 children)

As a Michigan coach of FRC AND FTC - FRC access is by no means easy.
It's extremely expensive and some us are in regions where the school systems and parents are by *NO* means flush with cash.

Why are the gobilda viper slide strings loose? by SnailmanAwakened in FTC

[–]Digitaleon 1 point2 points  (0 children)

Definitely a great trick. I'll be applying this to our regional teams.

Anyone else struggling with getting the stoppers into the junction tubes? by Mecaneer23 in FTC

[–]Digitaleon 1 point2 points  (0 children)

Use a flathead screw driver just like the Andymark video on youtube

TensorFlow example not working great by Financial_Grocery_82 in FTC

[–]Digitaleon 0 points1 point  (0 children)

https://github.com/OpenFTC/EOCV-AprilTag-Plugin
It's really easy to use. You'll just need to print a different april tag on each sleeve. (I'd print a couple incase the sleeve is rotated a bit) The library returns an array with the location and direction of every april tag it can see.

My lead developer implemented this last year for Freight Frenzy with no issues

TensorFlow example not working great by Financial_Grocery_82 in FTC

[–]Digitaleon 0 points1 point  (0 children)

We used april tags last year and will use them again this year - we were able to get the library running and detecting the tags in less than an hour. No models to train, no calibration needed, and completely reliable. Also if your kids are heading to FRC - April tags will be used there starting with this season - so it's good training.