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
2bf477a8
Commit
2bf477a8
authored
Aug 21, 2017
by
khancyr
Browse files
ArduRoverFirmware: add support for ManualControl
parent
c17edd12
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.cc
View file @
2bf477a8
...
...
@@ -111,3 +111,8 @@ bool ArduRoverFirmwarePlugin::supportsNegativeThrust(void)
{
return
true
;
}
bool
ArduRoverFirmwarePlugin
::
supportsManualControl
(
void
)
{
return
true
;
}
src/FirmwarePlugin/APM/ArduRoverFirmwarePlugin.h
View file @
2bf477a8
...
...
@@ -56,6 +56,7 @@ public:
int
remapParamNameHigestMinorVersionNumber
(
int
majorVersionNumber
)
const
final
;
const
FirmwarePlugin
::
remapParamNameMajorVersionMap_t
&
paramNameRemapMajorVersionMap
(
void
)
const
final
{
return
_remapParamName
;
}
bool
supportsNegativeThrust
(
void
)
final
;
bool
supportsManualControl
(
void
)
final
;
private:
static
bool
_remapParamNameIntialized
;
...
...
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