Open 923047247 opened 3 years ago
dir_h is perpendicular to dir.
For information, please see this paper: "Planning dynamically feasible trajectories for quadrotors using safe flight corridors in 3-d complex environments" There is also SFC code for C++ implementation in the paper.
Thank you so much, in paper: "Planning dynamically feasible trajectories for quadrotors using safe flight corridors in 3-d complex environments". Is the variable "aj " the normal vector of tangent ?
Hello,in paper: "Planning dynamically feasible trajectories for quadrotors using safe flight corridors in 3-d complex environments" . After calculating SFC, we can get matrices A and b, which can be added as inequality constraints in Minimum-Snap. In paper, p is the coordinate of the point in the inequality constraint Ap < b,while in the Minimum-Snap, Ax < b, x is a polynomial parameter. How do you do the intermediate transformation?
dir_h is perpendicular to dir.
For information, please see this paper: "Planning dynamically feasible trajectories for quadrotors using safe flight corridors in 3-d complex environments" There is also SFC code for C++ implementation in the paper.
Is it the exact same implementation, but then in Matlab and in a 2D environment?
作者您好,关于SFC3D部分,我有一些问题想跟您请教: