CrossTheRoadElec / Phoenix-api

CTRE Phoenix language API (targets FIRST Robotics Competition, Linux, RaspPi, Windows)
Other
39 stars 28 forks source link

Typo of "auxiliary" in config structs #56

Closed auscompgeek closed 5 years ago

auscompgeek commented 5 years ago

https://github.com/CrossTheRoadElec/Phoenix-api/blob/5da24d17adc9db5fd2564453a0649254e8834a10/cpp/include/ctre/phoenix/MotorControl/CAN/TalonSRX.h#L44 https://github.com/CrossTheRoadElec/Phoenix-api/blob/5da24d17adc9db5fd2564453a0649254e8834a10/cpp/include/ctre/phoenix/MotorControl/CAN/VictorSPX.h#L35 https://github.com/CrossTheRoadElec/Phoenix-api/blob/5da24d17adc9db5fd2564453a0649254e8834a10/java/src/com/ctre/phoenix/motorcontrol/can/TalonSRXConfiguration.java#L11 https://github.com/CrossTheRoadElec/Phoenix-api/blob/5da24d17adc9db5fd2564453a0649254e8834a10/java/src/com/ctre/phoenix/motorcontrol/can/VictorSPXConfiguration.java#L10

Auxiliary is spelt correctly everywhere else.

JCaporuscio commented 5 years ago

Good Catch. We'll get this fixed in an upcoming release.

JCaporuscio commented 5 years ago

This is now fixed in the latest Beta release (v5.10.0).

auscompgeek commented 5 years ago

Is there at source code available for this release anywhere?

JCaporuscio commented 5 years ago

Not currently as the public repo is out-of-date. It's on our to-do list to update but I don't have an exact ETA.