fix typo
parent
60053906a6
commit
8e9815b270
|
|
@ -184,7 +184,7 @@ Similarity2 Similarity2::Align(const vector<Pose3Pair> &abPosePairs) {
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream &operator<<(std::ostream &os, const Similarity2& p) {
|
std::ostream &operator<<(std::ostream &os, const Similarity2& p) {
|
||||||
os << "[" << p.rotation().xyz().transpose() << " "
|
os << "[" << p.rotation().theta() << " "
|
||||||
<< p.translation().transpose() << " " << p.scale() << "]\';";
|
<< p.translation().transpose() << " " << p.scale() << "]\';";
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue