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
edbb7fcf
Commit
edbb7fcf
authored
May 27, 2011
by
LM
Browse files
Merge branch 'new-uart' into dev
parents
083f27d3
c6f2dbc6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/comm/MAVLinkSimulationLink.cc
View file @
edbb7fcf
...
...
@@ -934,7 +934,7 @@ bool MAVLinkSimulationLink::connect()
emit
connected
(
true
);
start
(
LowPriority
);
MAVLinkSimulationMAV
*
mav1
=
new
MAVLinkSimulationMAV
(
this
,
1
,
4
7.
376
,
8.548
);
MAVLinkSimulationMAV
*
mav1
=
new
MAVLinkSimulationMAV
(
this
,
1
,
3
7.
480391
,
-
122.282883
);
Q_UNUSED
(
mav1
);
// MAVLinkSimulationMAV* mav2 = new MAVLinkSimulationMAV(this, 2, 47.375, 8.548, 1);
// Q_UNUSED(mav2);
...
...
src/comm/MAVLinkSimulationMAV.cc
View file @
edbb7fcf
...
...
@@ -23,13 +23,20 @@ MAVLinkSimulationMAV::MAVLinkSimulationMAV(MAVLinkSimulationLink *parent, int sy
yaw
(
0.0
),
globalNavigation
(
true
),
firstWP
(
false
),
previousSPX
(
8.548056
),
previousSPY
(
47.376389
),
previousSPZ
(
550
),
previousSPYaw
(
0.0
),
nextSPX
(
8.548056
),
nextSPY
(
47.376389
),
nextSPZ
(
550
),
// previousSPX(8.548056),
// previousSPY(47.376389),
// previousSPZ(550),
// previousSPYaw(0.0),
// nextSPX(8.548056),
// nextSPY(47.376389),
// nextSPZ(550),
previousSPX
(
37.480391
),
previousSPY
(
122.282883
),
previousSPZ
(
550
),
previousSPYaw
(
0.0
),
nextSPX
(
37.480391
),
nextSPY
(
122.282883
),
nextSPZ
(
550
),
nextSPYaw
(
0.0
),
sys_mode
(
MAV_MODE_READY
),
sys_state
(
MAV_STATE_STANDBY
),
...
...
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