Is there a way to configure the clock block in SImulink to inherit the sample time?
조회 수: 6 (최근 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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/227220/cap3.png)
I did the same thing like shown in the following image:
![cap2.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/227221/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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/227222/cap1.png)
Plz any help will be appreciated
채택된 답변
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
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
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](https://www.mathworks.com/matlabcentral/answers/uploaded_files/227668/sim2.png)
I hope this helps!
-Maitreyee
댓글 수: 3
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 Center 및 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!