Skip to content

damianpm98/trajectory_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trajectory planner

That trajectory planner contains a global planner that guides a horizon local planner to a desired location. The global planner used in this work is Jump Point Search (JPS). JPS finds the shortest piecewise linear path between two points in a 3D uniformly-weighted voxel grid, guaranteeing optimality and completeness. Then, we define an optimization problem which uses the path calculated by JPS as reference trajectory, and also, minimizes the accelerations. We use ACADO, which is a software environment and algorithm collection for automatic control and dynamic optimization, to solve the optimization problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published