MinidroneCompetitionに関して:着地と開始 Landing and Starting
Show older comments
MinidroneCompetitionの第1ラウンドシミュレーションに関する質問です。
下記2点に関してルールに記載がないので、質問させてください。
①着地判定に関して
コーストレースの最後に赤マーカー上に着地する必要があるかと思うのですが、その場合の処理はどうするのが適切なのでしょうか。
z値を z > 0にした場合は、以下のように接地を検出してエラーを出す仕様となっており、
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
シミュレーションの実行中にエラーが発生したため、シミュレーションを終了しました
原因:
- 時間 7.86 で 'parrotMinidroneCompetition/Simulink 3D Visualization/Extract Flight Instruments/Floor contact' においてアサーションが検知されました
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
また、z値を z > -0.5 として滞空させた場合は以下のように停止を検出してエラーを出す仕様になっていると認識しています。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
シミュレーションの実行中にエラーが発生したため、シミュレーションを終了しました
原因:
- 時間 17.395 で 'parrotMinidroneCompetition/Stop Simulation/Flag has been triggered' においてアサーションが検知されました
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
エラーを吐く理由などに関しては既に幾つかの質問と回答が見受けられますが、私の質問は、これらを踏まえたうえでこのシミュレーションにおける正しい(求められてる)完了の仕方は何なのか、というものになります。
②開始に関して
開始位置は常に赤線の上という認識で良いのでしょうか。
また、開始位置が赤線の上である場合、赤線末端におけるどの座標になるのでしょうか。
以上、よろしくお願いします。
I have 2 questions about 1st round simulation of MinidroneCompetition.
1.About landing
I wonder what is the appropriate processing of landing on the red marker at the end of simulation.
If I set z-value "z > 0", there is an error because of cognition of landing,
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
An error occurred while running the simulation and the simulation was terminated
Caused by:
- Assertion detected in'parrotMinidroneCompetition/Simulink 3D Visualization/Extract Flight Instruments/Floor contact' at time 7.86
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
or I know if I set z-value "z > -0.5" and get drone hovered, there is an error because of cognition of stopping.
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
An error occurred while running the simulation and the simulation was terminated
Caused by:
- Assertion detected in'parrotMinidroneCompetition/Stop Simulation/Flag has been triggered' at time 17.395
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
I know there are already some questions and answers about the reasons why the errors were occured.
So, I want to know what is the appropriate (or requested) processing of landing on the red marker at the end of simulation.
2.About Starting
I wonder wheather the potision of landing off is always on the red line or not.
And if the drone always lands off from on the red line, could I know the correct position?
Thanks.
1 Comment
Tohru Kikawada
on 30 Aug 2019
MathWorks Minidrone Competition 2019 at Tokyo へのご参加誠にありがとうございます。担当者よりご回答させていただきます。もう少々お待ちください。
Accepted Answer
More Answers (1)
M
on 1 Sep 2019
0 votes
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!