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


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