跳转到内容

libs::PID_PD API

文档稀疏
符号
20
已记录
12
修订版本
0.1.0+855c407f828e

8 / 20 个公开 API 符号没有说明。

1

结构体

1

函数

7

PD::calc

                    float PD::calc (const float &ref, const float &fdb)
                  

PD 计算一次输出。 ref 目标值 fdb 反馈值 限幅后的控制输出

libs/control/pid_pd/pid_pd.hpp:49

变量

9

文件

2

libs/control/pid_pd/pid_pd.hpp

PD 控制器 syhanjin 2025-11-08 PD 本库提供最小可用的控制器:比例项负责快速跟踪,微分项用于抑制变化率。 设计目标不是“功能多”,而是让新接触控制的小伙伴能够很快看懂输入、状态和输出分别代表什么。 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. https://www.gnu.org/licenses/ You should have received a copy of the GNU General Public License along with this program. If not, see. https://github.com/HITSZ-WTRobot/chassises_controller Project repository:

libs/control/pid_pd/pid_pd.hpp