ZhiangChen / uav_motion

minimum-snap trajectory generation and attitude control for PX4-based rotary wing drones
Apache License 2.0
23 stars 7 forks source link

偏航是怎么约束的? #3

Open puffyq opened 1 year ago

puffyq commented 1 year ago

多项式明明拟合出应该是一条连续函数,为啥可以做到分段,eg:-pi = pi

ZhiangChen commented 1 year ago

Please refer to the following papers for the trajectory generation method and geometric controller.

kashifzr commented 6 months ago

include <uav_motion/waypointsAction.h>

uavmotion::waypointsFeedback feedback; uavmotion::waypointsResult result;

@ZhiangChen Can you share file where waypointsFeedback and waypointsResult is define, I think you define them in waypointAction file, but i did see them How to find them?

ZhiangChen commented 6 months ago

https://github.com/ZhiangChen/uav_motion/blob/master/action/waypoints.action