Skip to content

nparhiz/planning

 
 

Repository files navigation

Planning

Compilaton

Note: If you want clangd to provide good autocorrect do: colcon build --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1 and cp build/compile_commands.json .

Build with: colcon build.

Usage

Planning takes in map data and outputs two objects:

  1. TargetPath. A list of waypoints relative to the car.
  2. SpeedProfile. A list of speeds that control should follow.

These are then ingested by control.

Debugging

See here for documentation.

About

AP1 Planning Module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • CMake 3.5%