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
cddebb45
Commit
cddebb45
authored
Mar 19, 2011
by
lm
Browse files
Options
Browse Files
Download
Plain Diff
Merge pixhawk.ethz.ch:qgroundcontrol
parents
19e8d0ea
428d6f1f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
87 additions
and
2 deletions
+87
-2
Visual inspection on MAVs.odt
data/Visual inspection on MAVs.odt
+0
-0
kinect_lionel.cal
data/kinect_lionel.cal
+35
-0
kinect_petri.cal
data/kinect_petri.cal
+35
-0
Waypoint.cc
src/Waypoint.cc
+2
-2
UASWaypointManager.cc
src/uas/UASWaypointManager.cc
+11
-0
waypoints.txt
waypoints.txt
+4
-0
No files found.
data/Visual inspection on MAVs.odt
0 → 100644
View file @
cddebb45
File added
data/kinect_lionel.cal
0 → 100644
View file @
cddebb45
[rgb]
principal_point\x=313.67245
principal_point\y=264.06175
focal_length\x=527.44654
focal_length\y=527.40652
distortion\k1=0.20780
distortion\k2=-0.34320
distortion\k3=0.00139
distortion\k4=0.00061
distortion\k5=0.00000
[depth]
principal_point\x=313.23400
principal_point\y=246.13447
focal_length\x=587.62150
focal_length\y=587.51184
distortion\k1=0.01063
distortion\k2=-0.04479
distortion\k3=-0.00073
distortion\k4=0.00081
distortion\k5=0.00000
[transform]
R11=0.99994
R12=0.00098102
R13=0.010900
R21=-0.00097894
R22=1.0
R23=-0.00019534
R33=-0.010900
R32=0.00018466
R33=0.99994
Tx=-0.02581986
Ty=-0.0130948
Tz=-0.0047681
data/kinect_petri.cal
0 → 100644
View file @
cddebb45
[rgb]
principal_point\x=327.67398
principal_point\y=248.59122
focal_length\x=532.24310
focal_length\y=531.99693
distortion\k1=0.21059
distortion\k2=-0.37793
distortion\k3=-0.00167
distortion\k4=0.00449
distortion\k5=0.00000
[depth]
principal_point\x=305.68000
principal_point\y=249.39797
focal_length\x=587.79275
focal_length\y=586.22199
distortion\k1=-0.00565
distortion\k2=0.01022
distortion\k3=-0.00135
distortion\k4=0.00066
distortion\k5=0.00000
[transform]
R11=1.0000
R12=0.0048
R13=-0.0083
R21=-0.0047
R22=1.0000
R23=0.0040
R33=0.0083
R32=-0.0039
R33=1.0000
Tx=-0.2832691
Ty=-0.0514760
Tz=0.0655281
src/Waypoint.cc
View file @
cddebb45
...
...
@@ -283,9 +283,9 @@ void Waypoint::setParam5(double param5)
void
Waypoint
::
setParam6
(
double
param6
)
{
if
(
this
->
z
!=
param6
)
if
(
this
->
y
!=
param6
)
{
this
->
z
=
param6
;
this
->
y
=
param6
;
emit
changed
(
this
);
}
}
...
...
src/uas/UASWaypointManager.cc
View file @
cddebb45
...
...
@@ -119,8 +119,14 @@ void UASWaypointManager::handleWaypointCount(quint8 systemId, quint8 compId, qui
}
else
{
protocol_timer
.
stop
();
emit
updateStatusString
(
"done."
);
qDebug
()
<<
"No waypoints on UAS "
<<
systemId
;
current_state
=
WP_IDLE
;
current_count
=
0
;
current_wp_id
=
0
;
current_partner_systemid
=
0
;
current_partner_compid
=
0
;
}
}
else
...
...
@@ -732,8 +738,13 @@ void UASWaypointManager::writeWaypoints()
if
(
cur_s
->
getCurrent
()
&&
noCurrent
)
noCurrent
=
false
;
if
(
i
==
(
current_count
-
1
)
&&
noCurrent
==
true
)
//not a single waypoint was set as "current"
cur_d
->
current
=
true
;
// set the last waypoint as current. Or should it better be the first waypoint ?
}
//send the waypoint count to UAS (this starts the send transaction)
sendWaypointCount
();
}
...
...
waypoints.txt
0 → 100644
View file @
cddebb45
QGC WPL 100
0 0 25 0.15 0 0.15 0 1 8.54949 47.3783 552.026 0 1
1 1 25 0.2 0 0.2 0 0 -0.15 0.2 -0.15 0.331613 1
2 0 25 0.1 0 0.1 0 0 2 -2 -2 -0.366519 1
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