mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
Add Photonlib (#231)
Merges Photonlib into Photonvision, along with the Photonlib code examples. Also creates a new PhotonTargeting library teams can depend on.
This commit is contained in:
38
photonlib-cpp-examples/src/main/cpp/examples/examples.json
Normal file
38
photonlib-cpp-examples/src/main/cpp/examples/examples.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"name": "AimAtTarget",
|
||||
"description": "Aim at a target",
|
||||
"tags": [],
|
||||
"gradlebase": "cpp",
|
||||
"language": "cpp",
|
||||
"commandversion": 1,
|
||||
"mainclass": "Main",
|
||||
"packagetoreplace": null,
|
||||
"dependencies": [],
|
||||
"foldername": "aimattarget"
|
||||
},
|
||||
{
|
||||
"name": "GetInRange",
|
||||
"description": "Get in range of a target",
|
||||
"tags": [],
|
||||
"gradlebase": "cpp",
|
||||
"language": "cpp",
|
||||
"commandversion": 1,
|
||||
"mainclass": "Main",
|
||||
"packagetoreplace": null,
|
||||
"dependencies": [],
|
||||
"foldername": "getinrange"
|
||||
},
|
||||
{
|
||||
"name": "AimAndRange",
|
||||
"description": "Aim at a target while at a desired range",
|
||||
"tags": [],
|
||||
"gradlebase": "cpp",
|
||||
"language": "cpp",
|
||||
"commandversion": 1,
|
||||
"mainclass": "Main",
|
||||
"packagetoreplace": null,
|
||||
"dependencies": [],
|
||||
"foldername": "aimandrange"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user