Browse Source

Forgot to check in updated header file.

QGC4.4
hengli 15 years ago
parent
commit
28f623fa50
  1. 4
      src/ui/map3D/Pixhawk3DWidget.h

4
src/ui/map3D/Pixhawk3DWidget.h

@ -61,7 +61,7 @@ private slots: @@ -61,7 +61,7 @@ private slots:
void showGrid(int state);
void showTrail(int state);
void showWaypoints(int state);
void recenterCamera(void);
void recenter(void);
void toggleFollowCamera(int state);
protected:
@ -109,6 +109,8 @@ private: @@ -109,6 +109,8 @@ private:
osg::ref_ptr<osg::Group> waypointsNode;
QPushButton* targetButton;
float lastRobotX, lastRobotY, lastRobotZ;
};
#endif // PIXHAWK3DWIDGET_H

Loading…
Cancel
Save