MATLAB: @MinidroneCompetition Is there any option for using yaw in parrot minidrone AND does the track only follow forward path or can it come reverse also

minidroneminidrone competitionminidronecompetitionsimulink

ma'am is there any option for using yaw in parrot minidrone AND does the track only follow forward path or can it come reverse also?

Best Answer

Hello Alisagar,
If you would want to change the yaw values, you will need to do the following:
  1. You will have to design your algorithm for changing the yaw values. The values would change in the orient_ref bus. This would be very similar to the changes of X, Y and Z values we did in the pos_ref bus in this video.
  2. You will accordingly need to update the values in the UpdatedReferenceCmds bus that is sent as the output from the Path Planning block as shown in the following figure using red boxes.
image002.jpg
As far as the track is considered, it could come reverse too.
I hope this helps.
-Maitreyee