fix(imu params default): value default fix. 3
This commit is contained in:
parent
e32a323e57
commit
36c5491c93
|
@ -168,12 +168,10 @@ std::size_t from_data(ImuIntrinsics *in, const std::uint8_t *data,
|
||||||
for (std::size_t j = 0; j < 2; j++) {
|
for (std::size_t j = 0; j < 2; j++) {
|
||||||
in->x[j] = 0.0;
|
in->x[j] = 0.0;
|
||||||
}
|
}
|
||||||
i += 16;
|
|
||||||
// y
|
// y
|
||||||
for (std::size_t j = 0; j < 2; j++) {
|
for (std::size_t j = 0; j < 2; j++) {
|
||||||
in->y[j] = 0.0;
|
in->y[j] = 0.0;
|
||||||
}
|
}
|
||||||
i += 16;
|
|
||||||
// z
|
// z
|
||||||
for (std::size_t j = 0; j < 2; j++) {
|
for (std::size_t j = 0; j < 2; j++) {
|
||||||
in->z[j] = 0.0;
|
in->z[j] = 0.0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user