Commit 28f623fa authored by hengli's avatar hengli

Forgot to check in updated header file.

parent 519d6053
...@@ -61,7 +61,7 @@ private slots: ...@@ -61,7 +61,7 @@ private slots:
void showGrid(int state); void showGrid(int state);
void showTrail(int state); void showTrail(int state);
void showWaypoints(int state); void showWaypoints(int state);
void recenterCamera(void); void recenter(void);
void toggleFollowCamera(int state); void toggleFollowCamera(int state);
protected: protected:
...@@ -109,6 +109,8 @@ private: ...@@ -109,6 +109,8 @@ private:
osg::ref_ptr<osg::Group> waypointsNode; osg::ref_ptr<osg::Group> waypointsNode;
QPushButton* targetButton; QPushButton* targetButton;
float lastRobotX, lastRobotY, lastRobotZ;
}; };
#endif // PIXHAWK3DWIDGET_H #endif // PIXHAWK3DWIDGET_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment