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.
Feature request
Currently only in
GCS_Common.cppfileMAV_CMD_DO_SET_ROI_LOCATIONsupport is added, the command sent via Command Long Packet is parsed properly but whenMAV_CMD_DO_SET_ROI_LOCATIONis sent as a mission item it returnsMAV_RESULT_UNSUPPORTEDto GCS.Describe the solution you'd like
A possible solution can be adding a switch statement in the
AP_mission.cppfile forMAV_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.