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
eb30b5b7
Commit
eb30b5b7
authored
6 years ago
by
Beat Küng
Committed by
Dennis Mannhart
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mc_pos_control_params: remove unused MPC_MANTHR_MAX params
parent
39e0a392
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROMFS/px4fmu_common/init.d/4900_crazyflie
+0
-1
0 additions, 1 deletion
ROMFS/px4fmu_common/init.d/4900_crazyflie
src/modules/mc_pos_control/mc_pos_control_params.c
+0
-14
0 additions, 14 deletions
src/modules/mc_pos_control/mc_pos_control_params.c
with
0 additions
and
15 deletions
ROMFS/px4fmu_common/init.d/4900_crazyflie
+
0
−
1
View file @
eb30b5b7
...
...
@@ -47,7 +47,6 @@ then
param set MC_YAW_P 3.0
param set MPC_THR_HOVER 0.7
param set MPC_MANTHR_MAX 1.0
param set MPC_THR_MAX 1.0
param set MPC_Z_P 1.5
param set MPC_Z_VEL_I 0.3
...
...
This diff is collapsed.
Click to expand it.
src/modules/mc_pos_control/mc_pos_control_params.c
+
0
−
14
View file @
eb30b5b7
...
...
@@ -100,20 +100,6 @@ PARAM_DEFINE_FLOAT(MPC_THR_MAX, 1.0f);
*/
PARAM_DEFINE_FLOAT
(
MPC_MANTHR_MIN
,
0
.
08
f
);
/**
* Maximum manual thrust
*
* Limit max allowed thrust for Manual mode.
*
* @unit norm
* @min 0.0
* @max 1.0
* @decimal 2
* @increment 0.01
* @group Multicopter Position Control
*/
PARAM_DEFINE_FLOAT
(
MPC_MANTHR_MAX
,
1
.
0
f
);
/**
* Proportional gain for vertical position error
*
...
...
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