UAV package delivery waypoints shortcut 4

12 views (last 30 days)
I would like to change the waypoints for the obstacle avoidance shortcut in the UAV package delivery project. it uses no qgc, so when i change the oaMission.plan, there is no change in the flight path. ideally, i would like to put my 7 waypoints in xyz form. Any help would be appreciated. Also, how would i change the initial position?

Accepted Answer

Vidip
Vidip on 27 Dec 2023
I understand that you want to change waypoints and initial positions in a UAV package delivery project.
For this you can use ‘addWaypoint’ function, it adds a waypoint mission item that commands the UAV to travel to the specified waypoint. It also sets additional options specified by one or more name-value pair arguments in addition to all input arguments from the previous syntax. For example, addWaypoint(mission,waypoints,Frame="LocalNED") adds a waypoint mission item with the coordinates specified in the local north-east-down (NED) reference frame.
And to change the map and start location in the UAV Package Delivery Example, you can refer to the below link-
For further information, refer to the documentation link below:

More Answers (0)

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!