mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 20:40:21 +08:00
GUI: Added color code for odometry features
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user