mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-09 08:48:02 -06:00
f310c8d90a
Will allow for easily interchangable use of a pigeon or a navX. Just swap which gyro you pass RobotGyro. More advanced functionality like RemoteSensors with the pigeon and collision detection with the navX will have to be done by getting the gyro from RobotGyro and then using it.
35 lines
1004 B
JSON
35 lines
1004 B
JSON
{
|
|
"fileName": "navx_frc.json",
|
|
"name": "KauaiLabs_navX_FRC",
|
|
"version": "3.1.413",
|
|
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
|
|
"mavenUrls": [
|
|
"https://repo1.maven.org/maven2/"
|
|
],
|
|
"jsonUrl": "https://www.kauailabs.com/dist/frc/2020/navx_frc.json",
|
|
"javaDependencies": [
|
|
{
|
|
"groupId": "com.kauailabs.navx.frc",
|
|
"artifactId": "navx-java",
|
|
"version": "3.1.413"
|
|
}
|
|
],
|
|
"jniDependencies": [],
|
|
"cppDependencies": [
|
|
{
|
|
"groupId": "com.kauailabs.navx.frc",
|
|
"artifactId": "navx-cpp",
|
|
"version": "3.1.413",
|
|
"headerClassifier": "headers",
|
|
"sourcesClassifier": "sources",
|
|
"sharedLibrary": false,
|
|
"libName": "navx_frc",
|
|
"skipInvalidPlatforms": true,
|
|
"binaryPlatforms": [
|
|
"linuxathena",
|
|
"linuxraspbian",
|
|
"windowsx86-64"
|
|
]
|
|
}
|
|
]
|
|
} |