mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
0.15: statistics are now compressed in database. Eigen issue: using linear() instead of rotation() to get rotation from affine3f. Increased loading speed of statistics in DatabaseViewer. Added graph:calcRMSE().
This commit is contained in:
@@ -534,7 +534,7 @@ bool CloudViewer::addCloud(
|
||||
}
|
||||
|
||||
Eigen::Vector4f origin(pose.x(), pose.y(), pose.z(), 0.0f);
|
||||
Eigen::Quaternionf orientation = Eigen::Quaternionf(pose.toEigen3f().rotation());
|
||||
Eigen::Quaternionf orientation = Eigen::Quaternionf(pose.toEigen3f().linear());
|
||||
|
||||
if(haveNormals && _aShowNormals->isChecked())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user