ZJU-FAST-Lab / EGO-Planner-v2

Swarm Playground, the codebase of the paper "Swarm of micro flying robots in the wild"
GNU General Public License v3.0
382 stars 70 forks source link

How to ensure the dynamics feasibility in trajectory optimization? #31

Open meyiao opened 7 months ago

meyiao commented 7 months ago

In the MINCO trajectory optimization part, the weight of feasibility cost is quite large (10000). However, the optimized trajectory's acceleration might still exceed the max acc limit. Could you suggest how to handle this problem? Thanks a lot.