You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Feature request
Currently only in
GCS_Common.cpp
fileMAV_CMD_DO_SET_ROI_LOCATION
support is added, the command sent via Command Long Packet is parsed properly but whenMAV_CMD_DO_SET_ROI_LOCATION
is sent as a mission item it returnsMAV_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 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.
The text was updated successfully, but these errors were encountered: