Alan Smith

Results 47 comments of Alan Smith

The problem with the current specification of NDK is that it will not build with CI (either Travis or GitHub actions.). We use CI where students can only submit to...

Hmmm. Things change over time. I can tell you that right now, it works for us without an NDK specified. (You can see our repo here: https://github.com/ftc16072/2022Preseason - These are...

Did you remember the annotations? @TeleOp or @Autonomous. - That is the number one mistake my team members make. --Alan On Thu, Oct 7, 2021 at 8:54 PM tshepherd2016 ***@***.***>...

If you share your code, I'll take a look. --Alan On Fri, Oct 8, 2021 at 8:34 AM tshepherd2016 ***@***.***> wrote: > @Teleop is in there > > Something else...

@tshepherd2016 - I don't see any problems with the code that would keep it from showing up on a robot controller. I don't have a setup with me here right...

I guess I didn't mention: Make sure the filename and the classname match. Java does not like it when they don't. (the matching is case sensitive - ie, test !=...

> > I also don't understand why there are a lot of individual functions with things like "log" naming. > > What do you mean by this? Are you asking...

Thank you very much for your kind words. There is an update coming showing how to do simple odometry using the GoBilda odometry pods along with a mecanum chassis. It...

Thank you. I believe you are correct. I'll put the fix in for the next release of the SDK and let GoBilda know. In the meantime, I suggest you do...

Out of curiousity, what decision would your robot make based off of the battery level of the driver hub?