Skip to content

Add suport for MAV_CMD_DO_SET_ROI_LOCATION in AP_Mission #28505

Closed
@bytesByHarsh

Description

@bytesByHarsh

Feature request

Currently only in GCS_Common.cpp file MAV_CMD_DO_SET_ROI_LOCATION support is added, the command sent via Command Long Packet is parsed properly but when MAV_CMD_DO_SET_ROI_LOCATION is sent as a mission item it returns MAV_RESULT_UNSUPPORTED to GCS.

Describe the solution you'd like
A possible solution can be adding a switch statement in the AP_mission.cpp file for MAV_CMD_DO_SET_ROI_LOCATION.

Platform
[ X ] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine

If required I can create a MR for adding these changes in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions