Note: If you want clangd to provide good autocorrect do:
colcon build --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1andcp build/compile_commands.json .
Build with: colcon build.
Planning takes in map data and outputs two objects:
- TargetPath. A list of waypoints relative to the car.
- SpeedProfile. A list of speeds that control should follow.
These are then ingested by control.
See here for documentation.