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
ea61dbd4
Commit
ea61dbd4
authored
Oct 11, 2015
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UAS: Lowpass routine is not const
parent
b6d851a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
UAS.h
src/uas/UAS.h
+1
-1
No files found.
src/uas/UAS.h
View file @
ea61dbd4
...
@@ -85,7 +85,7 @@ public:
...
@@ -85,7 +85,7 @@ public:
/** @brief The time interval the robot is switched on */
/** @brief The time interval the robot is switched on */
quint64
getUptime
()
const
;
quint64
getUptime
()
const
;
/** @brief Add one measurement and get low-passed voltage */
/** @brief Add one measurement and get low-passed voltage */
float
filterVoltage
(
float
value
)
const
;
float
filterVoltage
(
float
value
);
Q_PROPERTY
(
double
localX
READ
getLocalX
WRITE
setLocalX
NOTIFY
localXChanged
)
Q_PROPERTY
(
double
localX
READ
getLocalX
WRITE
setLocalX
NOTIFY
localXChanged
)
Q_PROPERTY
(
double
localY
READ
getLocalY
WRITE
setLocalY
NOTIFY
localYChanged
)
Q_PROPERTY
(
double
localY
READ
getLocalY
WRITE
setLocalY
NOTIFY
localYChanged
)
...
...
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