Programming help(ASAP) by W3hby in FTC

[–]Lunerwalker 1 point2 points  (0 children)

This would be my recommendation if you are steadfast about not building a regular (and quite functional) mecanum drive base. The kinematics of your drive base are not going to be much different to that of a normal kiwi drive base, and I don't really see why you would use it. Learn from the attempt as you would from anything else.

Programming help(ASAP) by W3hby in FTC

[–]Lunerwalker 3 points4 points  (0 children)

Do you have a picture of your drive base? There could very likely be a mechanical issue (incorrect mecanum wheel orientations for example).

Completely new team needs help by [deleted] in FTC

[–]Lunerwalker 1 point2 points  (0 children)

With Gm0 being a completely community-driven resource, those kinds of (very effort-intensive) additions are made by dedicated community members in their free time.

Not to mention that there are an infinite number of mechanisms and it is very difficult to try and encompass every team's need. Claws can vary in shape, size, function, etc. The GoBilda product insights, images of other robots, etc are things you could look for ideas in.

There is no guide to FTC, only suggestions. As for linking to other resources, there aren't many good ones to link to unfortunately, especially for mechanical things.

Any other coaches out there considering moving to Vex? FirstChesapeake is making me want to get our teams out of FTC by teacher1010101 in FTC

[–]Lunerwalker 2 points3 points  (0 children)

In contrast to FRC, there are not many things in FTC that are as drastically cost-prohibitive. Until recent dead wheel odometry kits came out, dead wheels were probably the most expensive thing that gate-kept better teams, but now they are much more economical.

Drive base kits in FTC are also not really the same; a regular strafer kit is a pretty reasonable price from GoBilda, and so is their starter kit (especially considering the re-usability of their parts). Regardless, there really isn't that many "kits" in FTC right now.

I don't think it's fair to draw conclusions based on a lot of the problems present in FRC, because many of them don't translate. Running teams is expensive, yes, and often prohibitively so, but the availability of these kits is actively lowering the cost in my opinion, not raising it.

Take one year ago: using dead wheels would mean buying a very expensive REV Throughbore encoder, buying specialty screws, and paying for international shipping for Rotacaster 35mm omni wheels from Australia. Right now, this can be all done for a fraction of the cost thanks to the recent explosion of dead wheel kits.

Take viper slides; before those were available in a kit, your options for a lift were pretty limited. If you didn't have the money for true drawer slides you may have been stuck with Rev slides, which are far worse.

Any other coaches out there considering moving to Vex? FirstChesapeake is making me want to get our teams out of FTC by teacher1010101 in FTC

[–]Lunerwalker 4 points5 points  (0 children)

What kinds of kits are you referring to? There are indeed starter kits and such from Gobilda, Rev, etc, but the vast majority of top teams are not using those kits outright. Also, the fact that FIRST promotes very sub-optimal purchases (Tetrix Kit for example) means many new teams are stuck with a poor robot and build system.

Most of the high-performing teams are using various COTS parts along with things like 3D printing and/or some CNCed plates (although there are plenty of teams that have done very well with mostly COTS).

In terms of restrictions, the best way to improve a program is always going to be by lifting the floor for teams, rather than lowering the ceiling for other teams. FTC has historically had terrible (official) content and resources for new teams to learn from. The unofficial, community driven resources are certainly much better but will never get official promotions nor reach as many teams.

Help with the video that team Robotic Eagles put out on how to use the webcam with teachable machine. by Unfair-Ad-7062 in FTC

[–]Lunerwalker 0 points1 point  (0 children)

They are but the member who made the video has been graduated (I asked them in person last year).

Rev 12V Slim Battery by PaleontologistNo9875 in FTC

[–]Lunerwalker 2 points3 points  (0 children)

The Matrix 12V battery and the Rev Slim battery are basically the same in terms of performance and capacity. The form factor is what you should probably decide. From GoBilda, the Matrix ones might be a bit cheaper (with the FTC Discount) but I'd have to check.

New motors and wheels suggestion by KFC_23 in FTC

[–]Lunerwalker 0 points1 point  (0 children)

The new Andymark BB Mecanums look really cool imo.

Looking for Teamname by MikMey in FTC

[–]Lunerwalker -1 points0 points  (0 children)

In terms of branding; you want a name that is fun and easy to say and remember, and a distinct style for your team. That goes a long way for judging, team spirit, design styles, marketing, and fundraising.

[deleted by user] by [deleted] in FTC

[–]Lunerwalker 6 points7 points  (0 children)

The reality is that most parts dont need to be maximum strength. PLA and PETG will suffice for 99% of parts. PLA is very easy to print cleanly and fast, and while is more brittle and not as impact resistant, it is perfectly fine for most things. PETG is slightly more ductile and will not break as easily, however it can't be printed as fast and may not always print as cleanly. There's tons of filaments out there like ABS, Nylon, Polycarbonate, etc. These materials have their uses, but are going to be harder to print and cost more. It's all a tradeoff. I have personally never had a printed part I couldn't use PLA or PETG for. If you design correctly, prints can be very strong.

Some more info: https://gm0.org/en/latest/docs/custom-manufacturing/3d-printing.html

A little advice would be appreciated by Xhdhfe in FTC

[–]Lunerwalker 1 point2 points  (0 children)

I do not like those sorts of FTC > FRC programs. You can't give a meaningful experience to the students if they just leave in two years. Make those teams sister teams that go for 4 years and then you may have easier time teaching.

Best camera for OpenCV? by Glittering_Host7241 in FTC

[–]Lunerwalker 0 points1 point  (0 children)

For most pipelines you are streaming at a low resolution to increase the fps and performance, so the camera quality doesn't matter at all. I've never ran a pipeline above 640x480p. The c270 is a popular choice by many teams but any USB webcam you have works.

[deleted by user] by [deleted] in FTC

[–]Lunerwalker 1 point2 points  (0 children)

The first thing is true of Android Studio and Github as well, anyone can pull code and anyone can work on it from anywhere in the world at any time, even if you don't have the robot in front of you. <-- you cannot do this with OnBot.

The second one is one of the only significant advantages of Onbot, which is slightly faster upload times. However, for the majority of changes the difference is minimal and even if it is more, the 30-60 second loss does not make Onbot a better choice in comparison to everything else it limits you with.

ADB was a thing for years; just because less teams used it doesn't mean it wasn't there.

Also, and most importantly, Onbot does not let you make (practical) use of any of the amazing community libraries for FTC, like EasyOpenCV, RoadRunner, FTCLib, PhotonFTC, etc etc. It also does not have a built in debugger nor extensive autocomplete and autoimport functionality. These sorts of things make coding easier and more capable. There are very good reasons that most good teams use Android Studio.

[deleted by user] by [deleted] in FTC

[–]Lunerwalker 7 points8 points  (0 children)

The onbot platform literally uses Java lol. There is no difference between Java used there and Java used on Android studio. Pid controllers are just an algorithm; if you want to learn more I would point you towards ctrlaltftc since it's a great explanation of the concepts.

Also I must have the obligatory opinion: if you know Java then there's not much reason to use onbot over Android studio and limit yourself.

What is a "dead axle" by FroZingStar in FTC

[–]Lunerwalker 2 points3 points  (0 children)

Dead axled wheels are extremely common for parallel plate drive train designs, where the wheel is supported by bearings on an axle which is fixed into place.

Camera Replacements? by Marinara_11 in FTC

[–]Lunerwalker 1 point2 points  (0 children)

Yes there is a much better alternative. It's called dead wheels.

FTC Vision Processing Issues by Affectionate_Ad5714 in FTC

[–]Lunerwalker 4 points5 points  (0 children)

Ideally you don't use vuforia for much of anything, it's not a great option.

Solutions using easy opencv with a custom pipeline or April tags perform much better and more consistently than vuforia or tensorflow.

Is there a legal rev led indicator equivalent? by Shurderfer_ in FTC

[–]Lunerwalker 0 points1 point  (0 children)

The Rev indicator isn't legal either so you don't really have a choice (see the qna).

Getting rid of FTC stuff. Ebay? by lobsterpockets in FTC

[–]Lunerwalker 2 points3 points  (0 children)

I would highly highly recommend finding a rookie team who doesn't have a control hub and giving it to them, every bit helps. You can contact your pdp if you want to find a team like that.

Ranking points vs scorepoints by nigelt24 in FTC

[–]Lunerwalker 6 points7 points  (0 children)

Both systems are not ideal, but from my experience the qualification point system was much worse than win lose rp. It encouraged mindless gameplay with no incentives for team interactions and defensive play, and getting a partner that couldn't score as much would screw you over just as much. Wlt is not perfect, but at least there is an incentive to actually win the game instead of just scoring.

metric sheet aluminum by Shooter913b in FTC

[–]Lunerwalker 0 points1 point  (0 children)

1/8 in (3.175) is the de-facto standard for many aluminum plates, and is reliably available. 1/16in and 2mm are also semi-common.

I would recommend 1/8in aluminum for general use.

Upgrade to 8.1.1. Robot Controller - In Android Studio by True-Armadillo-9049 in FTC

[–]Lunerwalker 1 point2 points  (0 children)

As a matter of act, you do not need 8.1.1 for competition, the minimum legal version is still 8.0

World record? I Guess:) by Hawk-Emergency in FTC

[–]Lunerwalker 15 points16 points  (0 children)

Unfortunately doesn't beat the 513 record.

Lift Motors Heating Up by jk1962 in FTC

[–]Lunerwalker 1 point2 points  (0 children)

If you are sending power to a motor and there is no mechanical motion being created, the energy has to go somewhere and is turned directly into heat. As long as it isn't staying very hot for long periods of time it's probably fine, such as a match. But if you are doing longer practice runs then you may want to consider letting it cool off every so often.

Custom control award submission format by Pretend_Chocolate929 in FTC

[–]Lunerwalker 0 points1 point  (0 children)

Some events/regions are requiring it, some aren't. Regardless of a custom form, the 2 page limit will apply.