Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
189138d6
Commit
189138d6
authored
9 years ago
by
Daniel Agar
Committed by
Lorenz Meier
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
navigator param @unit
parent
2fbf6073
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/navigator/navigator_params.c
+8
-10
8 additions, 10 deletions
src/modules/navigator/navigator_params.c
with
8 additions
and
10 deletions
src/modules/navigator/navigator_params.c
+
8
−
10
View file @
189138d6
...
...
@@ -45,7 +45,7 @@
*
* Default value of loiter radius for missions, loiter, RTL, etc. (fixedwing only).
*
* @unit m
eter
* @unit m
* @min 25
* @max 1000
* @group Mission
...
...
@@ -57,7 +57,7 @@ PARAM_DEFINE_FLOAT(NAV_LOITER_RAD, 50.0f);
*
* Default acceptance radius, overridden by acceptance radius of waypoint if set.
*
* @unit m
eter
* @unit m
* @min 0.05
* @max 200.0
* @group Mission
...
...
@@ -67,10 +67,9 @@ PARAM_DEFINE_FLOAT(NAV_ACC_RAD, 10.0f);
/**
* Set OBC mode for data link loss
*
* If set to 1 the behaviour on data link loss is set to a mode according to the OBC rules
* If set to 1 the behaviour on data link loss is set to a mode according to the
Outback Challenge (
OBC
)
rules
*
* @min 0
* @max 1
* @unit boolean
* @group Mission
*/
PARAM_DEFINE_INT32
(
NAV_DLL_OBC
,
0
);
...
...
@@ -78,10 +77,9 @@ PARAM_DEFINE_INT32(NAV_DLL_OBC, 0);
/**
* Set OBC mode for rc loss
*
* If set to 1 the behaviour on data link loss is set to a mode according to the OBC rules
* If set to 1 the behaviour on data link loss is set to a mode according to the
Outback Challenge (
OBC
)
rules
*
* @min 0
* @max 1
* @unit boolean
* @group Mission
*/
PARAM_DEFINE_INT32
(
NAV_RCL_OBC
,
0
);
...
...
@@ -91,7 +89,7 @@ PARAM_DEFINE_INT32(NAV_RCL_OBC, 0);
*
* Latitude of airfield home waypoint
*
* @unit deg
rees
* 1e7
* @unit deg * 1e7
* @min -900000000
* @max 900000000
* @group Data Link Loss
...
...
@@ -103,7 +101,7 @@ PARAM_DEFINE_INT32(NAV_AH_LAT, -265847810);
*
* Longitude of airfield home waypoint
*
* @unit deg
rees
* 1e7
* @unit deg * 1e7
* @min -1800000000
* @max 1800000000
* @group Data Link Loss
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment