shueja

Results 15 comments of shueja

I thought of doing this, but I also realized I'm using dependencies from wpimath (for the spline generation) and code from Glass, so I don't know if it makes more...

Abandoned by me due to lack of C++ knowledge plus the start of the season. I think the simplest tool that would suit the basic use cases would be the...

Points 1 and 2 make sense. I was just going down the list of command types tbh. As far as `startEnd` and `runEnd`, I can say that most of the...

The examples all use numbers, so I figured that `id` was required to be a number. Looking at the typings it's not even enforced that `Item` has an id property....

I used this: https://github.com/OctoPrint/OctoPi-UpToDate/releases/tag/0.18.0.op1.6.1 with a custom module to install the custom stuff.

What happens if AsyncCommand.pause() is called from outside an AsyncCommand virtual thread?

> If we have a latent sensor input that we want to go from robot relative to field relative it would be nice to be able to ask "where was...

I think that would solve my original use case as well.

According to the maintainer of the Chocolatey listing for Mingw, the Chocolatey install method was changed for 13.1.0 due to a few reasons: http://disq.us/p/2w5c5tj Unfortunately this involved a change in...

This is preventing our C++ library (used by our Tauri v1 app) from using C++23 features, since C++23 requires Ubuntu 24.04.