Skip to content

FSLART/FaSTTUBe_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaSTTUBe_planner

The algorithm requires the following inputs:

  • The car's current position and orientation in the slam map
  • The position of the (optionally colored) cones in the slam map

The algorithm outputs:

  • Samples of a parameterized b-spline with the x,y and curvature of the samples

The algorithm is completely stateless. Every time it is called no previous results are used. The only aspect that can be used again is the path that was previously generated. It is only used if the path calculation has failed.

On the publish and subscription replace with the actual topic name

Dependencies

Installation

Building

  • Install the dependencies.
  • root worskpace run: colcon build.
  • run package: ros2 run path_planner my_node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages