Results 189 issues of Dustin Spicuzza

**Describe the bug** Creating 2 ADXRS450_Gyro devices in simulation hangs the robot program. **To Reproduce** ``` $ python Python 3.10.1 (main, Dec 7 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat...

type: bug
os: simulation

When I destroy a AHRS object in RobotPy's unit testing framework (when restarting robot code between tests), the navx task appears to still be running and crashes. It appears that...

Sample output reported by a user when NavX and REV were running in simulation together: > I just found an issue with the print statements before the simulator runs. A...

NavX support is now included in RobotPy as of 2016.1.1, in the robotpy-wpilib-utilities package. Documentation can be found on our [readthedocs website](http://robotpy-wpilib-utilities.readthedocs.org/en/latest/robotpy_ext.common_drivers.navx.html). I haven't ported all of the samples over...

This is a similar issue to one that affected NetworkTables in prior years. When calling any of those APIs, they eventually call into the RegisterIO_* functions... which try to obtain...

Forgot to add `- first_address` to it? https://github.com/kauailabs/navxmxp/blob/master/roborio/java/navx_frc/src/com/kauailabs/navx/frc/RegisterIO.java#L120

They return `integrator.getVelocity*()` instead of `integrator.getDisplacementX()`.

I note that the C++ AHRS implementation doesn't use any kind of synchronization in `SetYawPitchRoll`, `SetAHRSPosData`, et al. In the java implementation, each one of the set\* functions have a...

It would be great if you uploaded this project to pypi so one could just do 'pip install pygephi'. Here's a setup.py for that, all you need to do is...