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

29 views (last 30 days)
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

Accepted Answer

Maitreyee Mordekar
Maitreyee Mordekar on 4 Jul 2019
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 Comments
Maitreyee Mordekar
Maitreyee Mordekar on 5 Jul 2019
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

Sign in to comment.

More Answers (1)

Maitreyee Mordekar
Maitreyee Mordekar on 5 Jul 2019
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 Comments
Maitreyee Mordekar
Maitreyee Mordekar on 8 Jul 2019
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

Sign in to comment.

Categories

Find more on MATLAB Support Package for Parrot Drones in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!