UAV package delivery waypoints shortcut 4
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
채택된 답변
Vidip
2023년 12월 27일
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:
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!