qslamandnavwidget.h
Go to the documentation of this file.
1 #ifndef _QSLAMANDNAV_WIDGET_H
2 #define _QSLAMANDNAV_WIDGET_H
3 
4 #include "qmappainter.h"
5 #include "qpixmapdumper.h"
6 #include <utils/point.h>
7 #include <list>
8 
10  public:
11  QSLAMandNavWidget( QWidget * parent = 0, const char * name = 0, WFlags f = 0);
12  virtual ~QSLAMandNavWidget();
13  std::list<GMapping::IntPoint > trajectoryPoints;
15  double robotHeading;
16 
22  bool goHome;
23  bool wantsQuit;
24  bool printHelp;
27  bool drawRobot;
29 
30 
31  protected:
32  virtual void paintEvent ( QPaintEvent *paintevent );
33  virtual void mousePressEvent ( QMouseEvent * e );
34  virtual void keyPressEvent ( QKeyEvent * e );
35 };
36 
37 #endif
38 
virtual void mousePressEvent(QMouseEvent *e)
virtual void keyPressEvent(QKeyEvent *e)
QPixmapDumper dumper
std::list< GMapping::IntPoint > trajectoryPoints
QSLAMandNavWidget(QWidget *parent=0, const char *name=0, WFlags f=0)
GMapping::IntPoint robotPose
virtual void paintEvent(QPaintEvent *paintevent)


openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22