UAV Tool box multiple goal points

1 次查看(过去 30 天)
Kim Tae Kyeong
Kim Tae Kyeong 2021-5-24
移动Remo Pillat 2024-3-29
Hi,
I am using this UAV tool box to generate 3D dubin curves with multiple goal point.
It works for the single goal point, yet the goalPose (m * 4 )doesn't seem to work.
Even if i put multiple points for the goalPose, only goes for the first point and igonres the others.
connectionObj = uavDubinsConnection;
startPose=[700 400 300 0]
goalPose =[773.407 418.033 162 0;
746.749 991.98 207 0;
370.463 82.6632 110 0;
410.42 705.672 127 0];
[pathSegObj,pathCosts] = connect(connectionObj,startPose, goalPose);
show(pathSegObj{1})
pathSegObj{1}
%% OUT PUT
%% I want this GoalPose as to be 4*4 ==> I want the uav to go through 1st to the last goal points as I assigned above.
uavDubinsPathSegment =>
StartPose: [1×4 double]
GoalPose: [1×4 double]
FlightPathAngle: 0.500000000000000
AirSpeed: 10
MinTurningRadius: 18.678446139922979
HelixRadius: 0
MotionTypes: {'R' 'L' 'S' 'L'}
MotionLengths: [1×4 double]
Length: 2.878444907248214e+02

回答(1 个)

Kim Tae Kyeong
Kim Tae Kyeong 2021-5-25
移动:Remo Pillat 2024-3-29
Sloved IT

类别

Help CenterFile Exchange 中查找有关 UAV 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by