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
ecaa9a5f
Unverified
Commit
ecaa9a5f
authored
Feb 03, 2019
by
Don Gagne
Committed by
GitHub
Feb 03, 2019
Browse files
Merge pull request #7205 from DonLakeFlyer/CameraMode
Plan-Waypoint: Show camera mode if plan contains it
parents
7795737d
81e80f51
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/CameraSection.cc
View file @
ecaa9a5f
...
@@ -578,7 +578,7 @@ void CameraSection::_cameraActionChanged(void)
...
@@ -578,7 +578,7 @@ void CameraSection::_cameraActionChanged(void)
bool
CameraSection
::
cameraModeSupported
(
void
)
const
bool
CameraSection
::
cameraModeSupported
(
void
)
const
{
{
return
_vehicle
->
firmwarePlugin
()
->
supportedMissionCommands
().
contains
(
MAV_CMD_SET_CAMERA_MODE
);
return
_specifyCameraMode
||
_vehicle
->
firmwarePlugin
()
->
supportedMissionCommands
().
contains
(
MAV_CMD_SET_CAMERA_MODE
);
}
}
void
CameraSection
::
_dirtyIfSpecified
(
void
)
void
CameraSection
::
_dirtyIfSpecified
(
void
)
...
...
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