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
37fdb502
Commit
37fdb502
authored
Sep 01, 2017
by
dheideman
Browse files
Remove geofence reference in sub safety page
parent
432971ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMSafetyComponent.cc
View file @
37fdb502
...
...
@@ -31,7 +31,7 @@ QString APMSafetyComponent::description(void) const
{
switch
(
_vehicle
->
vehicleType
())
{
case
MAV_TYPE_SUBMARINE
:
return
tr
(
"Safety Setup is used to setup failsafe actions,
geofence limits,
leak detection, and arming checks."
);
return
tr
(
"Safety Setup is used to setup failsafe actions, leak detection, and arming checks."
);
break
;
case
MAV_TYPE_GROUND_ROVER
:
case
MAV_TYPE_FIXED_WING
:
...
...
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