You're reading the documentation for a development version. For the latest released version, please have a look at Kilted.
Migration Guides: Jazzy to Kilted
This list summarizes important changes between Jazzy (previous) and Kilted (current) releases, where changes to user code might be necessary.
Pid/PidROS
The parameters
antiwindup,i_clamp_max, andi_clamp_minhave been removed. The anti-windup behavior is now configured via theAntiWindupStrategyenum. (#298).The constructors of
PidROShave changed andprefix_is_for_paramsargument has been deprecated. Use explicit parameter and topic prefix instead (#431).