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
c3edbaa1
Commit
c3edbaa1
authored
Aug 11, 2014
by
Lorenz Meier
Browse files
Fix data type for mask
parent
5f4f1d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
c3edbaa1
...
@@ -2796,7 +2796,7 @@ void UAS::setManual6DOFControlCommands(double x, double y, double z, double roll
...
@@ -2796,7 +2796,7 @@ void UAS::setManual6DOFControlCommands(double x, double y, double z, double roll
&
message
,
QGC
::
groundTimeMilliseconds
(),
this
->
uasId
,
0
,
&
message
,
QGC
::
groundTimeMilliseconds
(),
this
->
uasId
,
0
,
mask
,
q
,
0
,
0
,
0
,
0
);
mask
,
q
,
0
,
0
,
0
,
0
);
sendMessage
(
message
);
sendMessage
(
message
);
quint
8
position_mask
=
(
1
<<
3
)
|
(
1
<<
4
)
|
(
1
<<
5
)
|
quint
16
position_mask
=
(
1
<<
3
)
|
(
1
<<
4
)
|
(
1
<<
5
)
|
(
1
<<
6
)
|
(
1
<<
7
)
|
(
1
<<
8
);
(
1
<<
6
)
|
(
1
<<
7
)
|
(
1
<<
8
);
mavlink_msg_set_position_target_local_ned_pack
(
mavlink
->
getSystemId
(),
mavlink
->
getComponentId
(),
mavlink_msg_set_position_target_local_ned_pack
(
mavlink
->
getSystemId
(),
mavlink
->
getComponentId
(),
&
message
,
QGC
::
groundTimeMilliseconds
(),
this
->
uasId
,
0
,
&
message
,
QGC
::
groundTimeMilliseconds
(),
this
->
uasId
,
0
,
...
...
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