mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
need no divided by 2
old-commit-hash: b7bc342cc8079e017c24c920d3a91364894ba177
This commit is contained in:
@@ -46,8 +46,8 @@ void* live_thread(void *arg) {
|
||||
#else
|
||||
Eigen::Matrix<float, 3, 3> eon_intrinsics;
|
||||
eon_intrinsics <<
|
||||
2648.0/2, 0.0, 1928.0/2,
|
||||
0.0, 2648.0/2, 1208.0/2,
|
||||
2648.0, 0.0, 1928.0/2,
|
||||
0.0, 2648.0, 1208.0/2,
|
||||
0.0, 0.0, 1.0;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user