This website requires JavaScript.
Explore
Help
Register
Sign In
Team2890
/
PhotonVision
Watch
4
Star
0
Fork
0
You've already forked PhotonVision
mirror of
https://github.com/PhotonVision/photonvision
synced
2026-06-22 01:11:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
851f2e4e6851924d0729b968897bd755682ba461
PhotonVision
/
photon-targeting
/
settings.gradle
7 lines
96 B
Groovy
Raw
Normal View
History
Unescape
Escape
[photon-targeting] Move C++ targeting classes to photon-targetting (#1009) * add classes to targeting and update gradle * rename me * Finish cleanup * Formatting fixes * just use common.gradle * Update build.gradle * Update config.gradle * remove typo * simplify * Add Packet Headers * move simulation classes into simulation folder * draw in dependency * fix * Everything working minus tests cause im lazy * formatting fixes REMEMBER TO REMOVE UNUSED IMPORTS, IM JUST TOO LAZY TO CHECK RN * move packet test to targeting * Formatting fixes * remove TargetCorner from c++ im not 100% sure but just doing std::pair<double, double> is sufficient and shouldnt conflict with protobuf * think i added packet * fix namespace issue * organize imports in photon-targeting * Formatting fixes * remove ctors * fix typo * Add PNP and Multitag packet tests * revert TargetCorner class * Add Test placeholders * remove annoying print * Reorganize build and publish process channeling inner Thad * add targeting as flag * Update config.gradle * fix issue with platform binaries not building * Update photonlib.json.in casing still needs to be checked * add minimum level back * add back UTF-8 encoding of javadoc * simplify publish model for photon-lib * fix windows symbol generation * formatting fixes * move task from main gradle to config * Update config.gradle
2023-11-19 15:16:22 -05:00
pluginManagement
{
repositories
{
mavenLocal
(
)
gradlePluginPortal
(
)
}
}
Reference in New Issue
Copy Permalink