|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
Pure Pursuit controller config — only knob is the carrot lookahead. More...
#include <pure_pursuit.hpp>
Public Attributes | |
| float | lookaheadIn = 12.0f |
| Carrot distance, inches. | |
Pure Pursuit controller config — only knob is the carrot lookahead.
Definition at line 22 of file pure_pursuit.hpp.
| float light::PurePursuitConfig::lookaheadIn = 12.0f |
Carrot distance, inches.
Larger = smoother but cuts corners; smaller = tighter tracking but oscillates near tight curvatures. Typical: 8–18 in.
Definition at line 25 of file pure_pursuit.hpp.