I do not know how to use the asbTrajectory Tool of Quadcopter Project.
이전 댓글 표시
How can I use the default WayPoint in the asbTrajectory Tool with asbQuadcopter Simulink? Quadcopter Project

댓글 수: 1
Swathi
2024년 2월 5일
Even I need help on this Question, do we need to change X,Y and Z in the simulink blocks to fly in the genrated path ?
답변 (4개)
Priyank Sharma
2018년 5월 15일
0 개 추천
asbTrajectoryTool command is used to start the trajectory generation tool in MATLAB that creates a navigational panel used to describe the poses tool will take including the direction, turn and curvature. For more information you can go through the below link that describes it in details:
https://www.mathworks.com/help/aeroblks/examples/quadcopter-project.html
댓글 수: 4
Ty Ozmen
2018년 6월 20일
Where does it save the trajectory though? The tool in itself is pretty intuitive to use however, the trajectory should be saved somewhere so that the simulink model can use it. It is not apparent where it is saved.
Tehniat Fatima
2018년 6월 20일
Hello I have been looking into same problem. I have found a way to change Quadcopter project and update VSS_Command=2 which will make it to get input from already saved .mat file instead of Signal Builder. I hope it helps you in some way. But now the problem is, I am trying to find out where exactly and in what format Trajectory file is saved when we pressed "Generate Trajectory" on asbTrajectory tool so that it can be directly link to to Quadcopter Project.
Jedsadakorn Yonchorhor
2019년 1월 8일
It is saved in ~\MATLAB\Projects\slexamples\asbQuadcopter\tasks\private\wpTrajectory.mat
I think but I also do not know how to make the quadrotors fly following the generated path. Any idea??
Katia
2023년 2월 8일
Hello, did anyone find a solution to let the quadcopter follow the created path?
Weibo Huang
2018년 10월 7일
0 개 추천
Hi Yoshiyuki Otsuji, have you solved the problem? I am new to Quadcopter project and I don't know how to apply the generated trajectory to guide quadcopter flying, could you help me?
댓글 수: 1
Burak Turan
2020년 3월 5일
Hello. Do you have any idea why quadrocopter does not follow the trajectory that I create in asbTrajectoryTool. I wanna the motion of cuadrocopter that I create in asbTrajectoryTool in asbQuadcopterStart window. Do you have any idea.
Md Aminur
2023년 12월 5일
0 개 추천
please help me on this question
Aravind
2025년 2월 4일
0 개 추천
The “asbTrajectoryTool” serves mainly as a reference tool and does not directly integrate with the example for automatic trajectory following. The flight controller included in the Quadcopter example is specifically designed for the simulation context provided.
Moreover, even though the documentation mentions "trajectory," the output from the “asbTrajectoryTool” is actually a path without any time information associated with it. Therefore, you cannot use it directly with the Quadcopter example. To follow waypoints, you would need to redesign the flight control system or add time information to the waypoints and convert it into a trajectory.
For more details, you can refer to this MATLAB Answer by the MathWorks Support Team: https://www.mathworks.com/matlabcentral/answers/438975-why-is-the-quad-copter-example-not-following-the-gui-trajectory.
I hope this helps!
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for Parrot Drones에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!