GUI: Added color code for odometry features

This commit is contained in:
matlabbe
2016-06-24 16:02:27 -04:00
parent b86352bfc0
commit af6e17fce8
+5 -1
View File
@@ -824,7 +824,11 @@ void MainWindow::processOdometry(const rtabmap::OdometryEvent & odom, bool dataI
_ui->imageView_odometry->setToolTip(
"Background Color Code:\n"
" Dark Red = Odometry Lost\n"
" Dark Yellow = Low Inliers");
" Dark Yellow = Low Inliers\n"
"Feature Color code:\n"
" Green = Inliers\n"
" Yellow = Not matched features from previous frame(s)\n"
" Red = Outliers");
}
Transform pose = odom.pose();