mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpical] Use updated thirdparty-ceres and move resource files (#8151)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user