Skip to content

minimum snap, polynomial interpolation, nonlinear optimization

Notifications You must be signed in to change notification settings

huiwenzhang/poly_opt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyOpt

C++ version of https://github.com/ethz-asl/mav_trajectory_generation

Solve polynomial coefs with analytical solution or nonlinear optimization

Build

cd [package root directory]
mkdir poly # used to save trajectory data
mkdir build
cd build
cmake ..
make -j8

Test

run ./ test_poly_linear will generate a polynomial trajectory pass the given waypoints. Resulted trajectory data will be save in poly folder. You can visualize the trajecotory will python.

Example

References

About

minimum snap, polynomial interpolation, nonlinear optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published