LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
pure_pursuit.hpp
Go to the documentation of this file.
1#pragma once
2
19namespace light {
20
25 float lookaheadIn = 12.0f;
26};
27
33
34} // namespace light
Initialize once via init(); poll getPose/setPose from any task.
Definition pid.hpp:22
void pure_pursuit_configure(PurePursuitConfig cfg)
Configure the Pure Pursuit follower.
Pure Pursuit controller config — only knob is the carrot lookahead.
float lookaheadIn
Carrot distance, inches.