UAV Tool box multiple goal points
Mostrar comentarios más antiguos
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
Respuestas (1)
Kim Tae Kyeong
el 25 de Mayo de 2021
Movida: Remo Pillat
el 29 de Mzo. de 2024
0 votos
1 comentario
P
el 16 de Oct. de 2024
Could I ask how you solved it? I am facing a similar problem
Categorías
Más información sobre PX4 Autopilots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!