We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d7ddb commit 788e9c9Copy full SHA for 788e9c9
src/lib/npfg/npfg.hpp
@@ -417,7 +417,6 @@ class NPFG
417
float roll_lim_rad_{math::radians(30.0f)}; // maximum roll angle [rad]
418
float roll_setpoint_{0.0f}; // current roll angle setpoint [rad]
419
float roll_slew_rate_{0.0f}; // roll angle setpoint slew rate limit [rad/s]
420
- bool circle_mode_{false}; // true if following circle
421
bool path_type_loiter_{false}; // true if the guidance law is tracking a loiter circle
422
423
0 commit comments