nobleo / path_tracking_pid

Path Tracking PID offers a tuneable PID control loop, decouling steering and forward velocity
Apache License 2.0
130 stars 37 forks source link

Don't append the global plan #83

Open rokusottervanger opened 2 years ago

rokusottervanger commented 2 years ago

We append the global plan with the carrot distance here:

https://github.com/nobleo/path_tracking_pid/blob/61c6cc828bd98dddd8cc14cbabdd62353a89ad3c/src/controller.cpp#L190-L196

But there are a few problems with this: