Alex Spataru
Alex Spataru
Yeah, the pandemic changed a lot of things everywhere. The economy down here in Mexico got hit pretty hard, I have several post-college friends in the aerospace industry who where...
@Redrield Thanks! I'll check it out later this evening. Do you mind if I use your work as a reference to create the initial implementation for the 2019/2020 protocol in...
@Redrield Maybe we can work to integrate your library with the QDriverStation. LibDS (the version that its now used in the QDriverStation) is written in plain C, and has several...
@Redrield Ok, for the moment I will be working on fixing current issues and provide a "legacy" version of the QDS for users that need support for the 2014 and...
**Update:** I just received a PR from @Boomaa23 (https://github.com/FRC-Utilities/LibDS/pull/11). It implements the 2020 protocol, I will be integrating it with the QDriverStation shortly. @Redrield I'll rename this project to "QDriverStation"...
**Update:** Hope everyone is safe & doing well with the ongoing pandemic. I just added support for building and deploy this project with GitHub actions, I also made some fixes...
> Will try this out on an actual robot and report if it works or if I had to call emergency services. I would strongly recommend you testing on a...
Well, it happens, nothing ever works on the first try. Please let me know when you have the Wireshark captures, also a screen recording or log with date/hr/min/secs of the...
Hi! This issue has been present for a [very long](https://github.com/FRC-Utilities/QDriverStation/issues/2) time. Since we use SDL for cross-platform joystick support, we (unfortunately) depend on the mappings provided by SDL. For the...
Thanks for the confirmation! I will try alternative options to SDL, such as [Gainput](http://gainput.johanneskuhlmann.de). Ultimately, I think that the best way to standardize joystick input across operating systems will be...