Closed gk-brown closed 10 months ago
Apparently this change is not sufficient - even though I no longer get the "null year" error, I am unable to reference any com.revrobotics
classes. It seems like the dependency is not being pulled in correctly.
The vendordep json used for the examples have not yet been updated for 2024 season. The latest version of REVLib is available here.
It looks like the README of this repo is out of date for installing REVLib as well, that may explain why you have a REVRobotics.json
instead of a REVLib.json
.
Please follow the instructions from WPILib for installing 3rd party libraries and use the vendordep URL in the release linked above.
@jfabellera Thank you, I will give that a try.
Closing since this issue will be resolved by #34.
Apparently the 2024 version of wpilib requires a "year" declaration in the vendordeps configuration. Without this, the build produces the following error:
I was able to work around this by manually adding the following to
vendordeps/REVRobotics.json
and refreshing the dependency:I added it immediately following the "uuid" value, mirroring the structure of the 2024
WPILibNewCommands.json
file.