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
19
namespace
light
{
20
22
struct
PurePursuitConfig
{
25
float
lookaheadIn
= 12.0f;
26
};
27
32
void
pure_pursuit_configure
(
PurePursuitConfig
cfg);
33
34
}
// namespace light
light
Initialize once via init(); poll getPose/setPose from any task.
Definition
pid.hpp:22
light::pure_pursuit_configure
void pure_pursuit_configure(PurePursuitConfig cfg)
Configure the Pure Pursuit follower.
light::PurePursuitConfig
Pure Pursuit controller config — only knob is the carrot lookahead.
Definition
pure_pursuit.hpp:22
light::PurePursuitConfig::lookaheadIn
float lookaheadIn
Carrot distance, inches.
Definition
pure_pursuit.hpp:25
include
LightLib
drive
pure_pursuit.hpp
Generated by
1.9.8