Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 582 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 582 Bytes

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