mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
39 lines
920 B
JSON
39 lines
920 B
JSON
[
|
|
{
|
|
"name": "AimAtTarget",
|
|
"description": "Aim at a target",
|
|
"tags": [],
|
|
"gradlebase": "java",
|
|
"language": "java",
|
|
"commandversion": 1,
|
|
"mainclass": "Main",
|
|
"packagetoreplace": null,
|
|
"dependencies": [],
|
|
"foldername": "aimattarget"
|
|
},
|
|
{
|
|
"name": "AimAndRange",
|
|
"description": "Aim at a target while at a desired range",
|
|
"tags": [],
|
|
"gradlebase": "java",
|
|
"language": "java",
|
|
"commandversion": 1,
|
|
"mainclass": "Main",
|
|
"packagetoreplace": null,
|
|
"dependencies": [],
|
|
"foldername": "aimandrange"
|
|
},
|
|
{
|
|
"name": "PoseEst",
|
|
"description": "Integrate 3D vision processing mode results into estimation of robot pose on the field.",
|
|
"tags": [],
|
|
"gradlebase": "java",
|
|
"language": "java",
|
|
"commandversion": 1,
|
|
"mainclass": "Main",
|
|
"packagetoreplace": null,
|
|
"dependencies": [],
|
|
"foldername": "poseest"
|
|
}
|
|
]
|