robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
169 stars 59 forks source link

COMPAT: AnalogTrigger + MXP remap fix #137

Closed virtuald closed 8 years ago

virtuald commented 9 years ago

https://github.com/robotpy/allwpilib/commit/215002e487050bcbb5dfede04e0e8fd4a7c0411a

virtuald commented 9 years ago

This appears to be a HAL-only change, so if we bumped the HAL version this would work. I don't have a roboRIO available at the moment to test a new HAL on, so I'm loathe to do this after build season has ended.

computer-whisperer commented 9 years ago

I have access to a couple of unbagged RoboRIOs. If you were to send me the compiled HAL I could probably run some tests with it.

virtuald commented 9 years ago

The hal's are available at http://www.tortall.net/~robotpy/hal/ . If you change hal_version at the top of https://github.com/robotpy/robotpy-wpilib/blob/master/hal-roborio/setup.py, then it will download the specified hal when building the setup package. You can use devtools/build_and_deploy.sh to deploy the version you have in tree.

computer-whisperer commented 9 years ago

Is there anything in particular that you would like for me to test for? I just confirmed that it starts and runs my team's code just fine, though I haven't run any real hardware with it yet.

computer-whisperer commented 8 years ago

This can probably be closed, since I assume the HAL will get a major version bump before we are done with RobotPy 2016