[wpical] Use updated thirdparty-ceres and move resource files (#8151)

This commit is contained in:
Gold856
2025-08-03 14:41:25 -04:00
committed by GitHub
parent c42fde5d07
commit 2d11946d98
24 changed files with 946 additions and 15 deletions

View File

@@ -12,8 +12,7 @@
const std::string projectRootPath = PROJECT_ROOT_PATH;
const std::string calSavePath =
projectRootPath.substr(0,
projectRootPath.find("/src/main/native/resources")) +
projectRootPath.substr(0, projectRootPath.find("/src/main/native/assets")) +
"/build";
cameracalibration::CameraModel cameraModel = {
.intrinsic_matrix = Eigen::Matrix<double, 3, 3>::Identity(),