Remove unused variable from npfg

This commit fixes the clang tidy check on the build test CI
This commit is contained in:
Jaeyoung-Lim 2021-11-10 11:13:30 +01:00 committed by JaeyoungLim
parent 78d7ddbec7
commit 788e9c92f8

View File

@ -417,7 +417,6 @@ private:
float roll_lim_rad_{math::radians(30.0f)}; // maximum roll angle [rad]
float roll_setpoint_{0.0f}; // current roll angle setpoint [rad]
float roll_slew_rate_{0.0f}; // roll angle setpoint slew rate limit [rad/s]
bool circle_mode_{false}; // true if following circle
bool path_type_loiter_{false}; // true if the guidance law is tracking a loiter circle