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

Used ROS2 clang-format on all files. #67

Closed lewie-donckers closed 2 years ago

lewie-donckers commented 2 years ago

Used the (official?) ROS2 clang-format file provided by @Timple on all files:

https://github.com/ament/ament_lint/blob/master/ament_clang_format/ament_clang_format/configuration/.clang-format

So this PR consists only of formatting changes.

lewie-donckers commented 2 years ago

Very nice, but won't this interfere with your other PRs? :)

It's a PR train. Or stacked PRs. Whatever you want to call it. They all refer to the previous PR and continue where that one left of. If you merge them in that order, no rework is needed. If one of them is blocked (like the include files PR was) then I have to rebase the rest to remove it from the train.

Timple commented 2 years ago

ament_clang_format tool agrees!