Log in

View Full Version : NavX with Python?


team-4480
17-01-2016, 11:53
Hi!

We are thinking about using the NavX to help with autonomous and were wondering if it is supported by RobotPy? I found in the documentation that you use gyroscope but I just want to make sure that it does indeed work.

Thanks!

TimTheGreat
17-01-2016, 12:12
Hi!

We are thinking about using the NavX to help with autonomous and were wondering if it is supported by RobotPy? I found in the documentation that you use gyroscope but I just want to make sure that it does indeed work.

Thanks!


From what I hear virtuald is porting it over. It should be ready soon

virtuald
17-01-2016, 15:47
Even in C++/Java WPILib does not have builtin support for the NavX, you have to install separate software.

I've ported their software over to python and it looks like it works, though I haven't been able to test it comprehensively yet. I'll be polishing it and make a formal release soon.

If you want to look at it, it's in the mxp branch of robotpy-wpilib-utlities: https://github.com/robotpy/robotpy-wpilib-utilities/tree/mxp .. requires master version of robotpy-wpilib.

virtuald
22-01-2016, 02:46
NavX support is now available in the 2016.1.1 release.