ZJU-FAST-Lab / GCOPTER

A General-Purpose Trajectory Optimizer for Multicopters
MIT License
684 stars 139 forks source link

The parameters in flatness.cpp #21

Open Vinson-sheep opened 8 months ago

Vinson-sheep commented 8 months ago

I learned the planning method at the control level in the flatness.pdf of this project. However, the flatness.cpp lacks important parameters, such as moment of inertia, etc. I want to know if these parameters are intentionally ignored or if they are nested as constants in the code. If so, how can I manually input these variables. Thanks.