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
d704a2d6
Commit
d704a2d6
authored
6 years ago
by
Dennis Mannhart
Browse files
Options
Downloads
Patches
Plain Diff
mission_param: remove MIS_YAWMODE
parent
c76621bd
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/mission_params.c
+0
-15
0 additions, 15 deletions
src/modules/navigator/mission_params.c
with
0 additions
and
15 deletions
src/modules/navigator/mission_params.c
+
0
−
15
View file @
d704a2d6
...
...
@@ -119,21 +119,6 @@ PARAM_DEFINE_FLOAT(MIS_DIST_WPS, 900);
*/
PARAM_DEFINE_INT32
(
MIS_ALTMODE
,
1
);
/**
* Multirotor only. Yaw setpoint mode.
*
* The values are defined in the enum mission_altitude_mode
*
* @min 0
* @max 3
* @value 0 Heading as set by waypoint
* @value 1 Heading towards waypoint
* @value 2 Heading towards home
* @value 3 Heading away from home
* @group Mission
*/
PARAM_DEFINE_INT32
(
MIS_YAWMODE
,
1
);
/**
* Enable yaw control of the mount. (Only affects multicopters and ROI mission items)
*
...
...
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