Is there a way to configure the clock block in SImulink to inherit the sample time?

조회 수: 31 (최근 30일)
hey,
I've trying to make the parrot minidrone track some simple trajectory! and from the webina here, I've noticed that the trajectory should be generated inside the Flight Controller Block like shown in the Image below :
cap3.PNG
I did the same thing like shown in the following image:
cap2.PNG
I wanted to deploy it to the hardware but before I should test it in simulation and when I do that I got his error:
cap1.PNG
Plz any help will be appreciated

채택된 답변

Maitreyee Mordekar
Maitreyee Mordekar 2019년 7월 4일
Hello Rayane,
In R2019a release of MATLAB, we have a few updates to the model since there is a specific block for Path Planning and Image Processing. To use the model, you would need to install the Simulink Support for Parrot Minidrones.
Once you install the Simulink Support Package for Parrot Minidrones in R2019a, you can use the following command to open the model:
>> parrotMinidroneHoverStart OR
>> parrotMinidroneCompetitionStart
The third video (Model Description) in the following series may help you get started with the new model:
I hope this helps!
-Maitreyee
  댓글 수: 4
B.ray
B.ray 2019년 7월 4일
Here I have tried a Matlab function but it does not seem to work for me pic1.PNG
Maitreyee Mordekar
Maitreyee Mordekar 2019년 7월 5일
Hello Rayane,
Not certain on why the signal builder does not work for you. I will check the error that you receive.
Alternately, can you try to use Stateflow to plan your drone's path as shown in the following video?
I hope this helps.
-Maitreyee

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Maitreyee Mordekar
Maitreyee Mordekar 2019년 7월 5일
Hello Rayane,
Seems like the Signal Builder is still taking a sample time on 0 for your simulation as mentioned by the error. The sample time should be set to -1 (inherited) to resolve the error.
You can change the sample time to inherited by:
  • Open the Signal Builder.
  • Go to File -> Simulation Options
  • Set the Sample Time to -1
sim2.png
I hope this helps!
-Maitreyee
  댓글 수: 3
Maitreyee Mordekar
Maitreyee Mordekar 2019년 7월 8일
Hello Rayane,
Considering what has been explained, I feel you can certainly do this with Stateflow. It may be much easier too. I would suggest you to first go through the Tech Talk on State Machines:
Once this is complete, you can go through the following Stateflow Tutorials:
The other alternative for you could be using Digital Clock instead of Clock:
I hope this helps!
-Maitreyee

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by