i would like to change the oaMission waypoints in UAV package delivery

6 次查看(过去 30 天)
i would like to change the waypoints in the data dictionary. the first 7 in the picture above are the waypoints i want, but what are the modes and params?

回答(1 个)

Sarthak
Sarthak 2023-12-21
Hi Cole,
The fields of the structure are:
  • mode Mode of the mission point, specified as an 8-bit unsigned integer between 1 and 6.
  • position — Position of the mission point, specified as a three-element column vector of [x;y;z]. x, y, and z is the position in north-east-down (NED) coordinates specified in meters.
  • params — Parameters of the mission point, specified as a four-element column vector.
The following documentation link should also help:

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by