nobleo / path_tracking_pid

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

Refactor name and output of distToSegmentSquared. #132

Closed lewie-donckers closed 2 years ago

lewie-donckers commented 2 years ago

Partial fix for #122

Removed distances from the output for Controller::distToSegmentSquared() and renamed it to better indicate the purpose of the function.