필터 지우기
필터 지우기

How do I change the position reference values in the asbQuadcopter project for Parrot Rolling Spider Minidrones?

조회 수: 2 (최근 30일)
The asbQuadcopter example model set the reference value for z position in -1.1m. In the simulation mode, the references can be changed in various ways (signal builder, input mat file, input xls file,...).
But when the control model is deployed the reference position is always the same and the flight runs for a fixed time (as stated here ). It seems that in the build process, somewhere I can't see, the references values are set.
I would like to change this value in order to test new control algorithms deployed in the drone.
  댓글 수: 1
Mahmoud Elbeltagy
Mahmoud Elbeltagy 2020년 12월 19일
I am facing the same problem here, I have no clue where the signal is coming from. I changed the signal in the CMD subsystem and nothing happened, I chnaged it in the Flight controller and nothing happened. I just want to know how where the signal is coming from.

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

답변 (1개)

Maitreyee Mordekar
Maitreyee Mordekar 2017년 11월 13일
Hi,
To deploy reference position changes on to the drone you will have to make the reference value changes inside the flightControlSystem(FCS) block.
To do the same, you can navigate to the following subsystem in the asbQuadcopter model:
flightControlSystem/Flight Control System/flightController/Flight Controller
The reference values are held in ReferenceValueServerBus.
If you overwrite the existing values of X, Y, Z (maybe using a constant block), the reference value will accordingly be adjusted when you deploy on to the drone.
I hope that helps!
  댓글 수: 2
B.ray
B.ray 2019년 7월 3일
From the webinar Here, He put the reference in the FCS model not in the flight Controller Model, I tried the same thing (shown in the picture below)
cap2.PNG
I have asked the question Here. PLZ help
B.ray
B.ray 2019년 7월 3일
Even when I put the reference inside the flight controller (like shown here), it didn't work!
cap8.PNG
cap7.PNG

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

카테고리

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