diff --git a/src/mynteye/types.cc b/src/mynteye/types.cc index 868ae29..0248947 100644 --- a/src/mynteye/types.cc +++ b/src/mynteye/types.cc @@ -252,7 +252,7 @@ std::ostream &operator<<(std::ostream &os, const ImuIntrinsics &in) { os << in.assembly[0][i] << ", "; for (int i = 0; i <= 2; i++) os << in.assembly[1][i] << ", "; - for (int i = 0; i <= 2; i++) + for (int i = 0; i <= 1; i++) os << in.assembly[2][i] << ", "; os << in.assembly[2][2] << "]";