This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
PX4-Autopilot
Watch
1
Star
0
Fork
0
You've already forked PX4-Autopilot
mirror of
https://github.com/PX4/PX4-Autopilot.git
synced
2026-05-14 16:50:44 +08:00
Code
Issues
Actions
17
Packages
Projects
Releases
Wiki
Activity
Files
487597b3859ee6bee9b0efda1069d15afb7bb29d
PX4-Autopilot
/
apps
/
systemlib
/
pid
T
History
Tobias Naegeli
80ac43e21d
Fine tuning of manual control
2012-11-01 16:50:52 +01:00
..
pid.c
Fine tuning of manual control
2012-11-01 16:50:52 +01:00
pid.h
Changes to the PID controller. Adds "limit" to the parameter set. Implements an output limit where the output magnitude is limited by the parameter value "limit". Also changes the integrator saturation such that the integrator is not updated (added to) if either updating it will cause the integrator values magnitude to exceed "intmax" or if the output magnitude would exceed "limit" with an updated integrator value.
2012-10-07 14:46:26 -06:00