ardupilot/libraries/AP_WheelEncoder
Peter Barker 9784e28148 AP_WheelEncoder: correct initialisation of WheelRateController objects
the existing constructer sets a slew rate limit to 0.2

This is essentially a missing patch from a previous series of PRs which moved dt from being a member variable to being passed into the update call for the PID
2024-09-24 10:46:34 +09:00
..
AP_WheelEncoder.cpp AP_WheelEncoder: use NEW_NOTHROW for new(std::nothrow) 2024-06-04 09:20:21 +10:00
AP_WheelEncoder.h
AP_WheelRateControl.cpp AP_WheelEncoder: update for new AC_PID settings 2023-11-21 13:26:23 +11:00
AP_WheelRateControl.h AP_WheelEncoder: correct initialisation of WheelRateController objects 2024-09-24 10:46:34 +09:00
WheelEncoder_Backend.cpp
WheelEncoder_Backend.h
WheelEncoder_Quadrature.cpp
WheelEncoder_Quadrature.h
WheelEncoder_SITL_Quadrature.cpp AP_WheelEncoder: correct compilation when HAL_GCS_ENABLED is false 2024-03-08 10:04:53 +11:00
WheelEncoder_SITL_Quadrature.h