DBViewer: added buttons to edit/add priors

This commit is contained in:
matlabbe
2024-04-02 17:37:52 -07:00
parent 9cb0046734
commit d794669ef9
3 changed files with 245 additions and 49 deletions

View File

@@ -50,6 +50,7 @@ class Ui_DatabaseViewer;
class QGraphicsScene;
class QGraphicsView;
class QLabel;
class QToolButton;
class QDialog;
namespace rtabmap
@@ -176,6 +177,8 @@ private:
QLabel * labelScan,
QLabel * labelGravity,
QLabel * labelPrior,
QToolButton * editPriorButton,
QToolButton * removePriorButton,
QLabel * labelGps,
QLabel * labelGt,
QLabel * labelSensors,