Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
2f721788
Commit
2f721788
authored
Jan 05, 2011
by
Lionel Heng
Browse files
Fixed bugs in custom widget and 3D view.
parent
3b7e0db1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ui/designer/QGCActionButton.cc
View file @
2f721788
...
@@ -24,6 +24,7 @@ const char* kActionLabels[MAV_ACTION_NB] =
...
@@ -24,6 +24,7 @@ const char* kActionLabels[MAV_ACTION_NB] =
"CALIBRATE RC"
,
"CALIBRATE RC"
,
"CALIBRATE GYRO"
,
"CALIBRATE GYRO"
,
"CALIBRATE MAG"
,
"CALIBRATE MAG"
,
"CALIBRATE ACC"
,
"CALIBRATE PRESSURE"
,
"CALIBRATE PRESSURE"
,
"START REC"
,
"START REC"
,
"PAUSE REC"
,
"PAUSE REC"
,
...
...
src/ui/map3D/Pixhawk3DWidget.cc
View file @
2f721788
...
@@ -574,8 +574,6 @@ Pixhawk3DWidget::display(void)
...
@@ -574,8 +574,6 @@ Pixhawk3DWidget::display(void)
lastRobotZ
=
robotZ
;
lastRobotZ
=
robotZ
;
recenterCamera
(
robotY
,
robotX
,
-
robotZ
);
recenterCamera
(
robotY
,
robotX
,
-
robotZ
);
return
;
}
}
if
(
followCamera
)
if
(
followCamera
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment