This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-05-21 11:07:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd0542600260395c340b3fd71b501b633e804a60
PX4-Autopilot
/
apps
/
systemlib
/
pid
T
History
Thomas Gubler
5344e89167
work in progress: line following working
2012-11-05 20:42:43 +01:00
..
pid.c
work in progress: line following working
2012-11-05 20:42:43 +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