Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3ffc6835
Commit
3ffc6835
authored
Sep 11, 2013
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved airframe config and removed debug output
parent
863c9f70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
UAS.cc
src/uas/UAS.cc
+0
-1
QGCPX4AirframeConfig.cc
src/ui/px4_configuration/QGCPX4AirframeConfig.cc
+1
-1
No files found.
src/uas/UAS.cc
View file @
3ffc6835
...
...
@@ -1864,7 +1864,6 @@ void UAS::sendMessage(mavlink_message_t message)
{
if
(
link
->
isConnected
())
sendMessage
(
link
,
message
);
qDebug
()
<<
"SENT MESSAGE id"
<<
message
.
msgid
<<
"component"
<<
message
.
compid
;
}
else
{
...
...
src/ui/px4_configuration/QGCPX4AirframeConfig.cc
View file @
3ffc6835
...
...
@@ -161,7 +161,7 @@ void QGCPX4AirframeConfig::setAirframeID(int id)
ui
->
flyingWingComboBox
->
setCurrentIndex
(
ui
->
flyingWingComboBox
->
findData
(
id
));
ui
->
statusLabel
->
setText
(
tr
(
"Selected flying wing (ID: #%1)"
).
arg
(
selectedId
));
}
else
if
(
id
>=
100
&&
id
<
150
)
else
if
(
id
>=
100
&&
id
<
150
||
id
>=
1000
<=
2000
)
{
ui
->
planePushButton
->
setChecked
(
true
);
ui
->
planeComboBox
->
setCurrentIndex
(
ui
->
planeComboBox
->
findData
(
id
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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