Skip to content

Commit 788e9c9

Browse files
committed
Remove unused variable from npfg
This commit fixes the clang tidy check on the build test CI
1 parent 78d7ddb commit 788e9c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/npfg/npfg.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ class NPFG
417417
float roll_lim_rad_{math::radians(30.0f)}; // maximum roll angle [rad]
418418
float roll_setpoint_{0.0f}; // current roll angle setpoint [rad]
419419
float roll_slew_rate_{0.0f}; // roll angle setpoint slew rate limit [rad/s]
420-
bool circle_mode_{false}; // true if following circle
421420
bool path_type_loiter_{false}; // true if the guidance law is tracking a loiter circle
422421

423422

0 commit comments

Comments
 (0)