Skip to content

Commit

Permalink
DO_SET_ROI_LOCATION is now supported
Browse files Browse the repository at this point in the history
This fixes a bug with ArduPilot complaining about NANs in cancel roi
  • Loading branch information
DonLakeFlyer authored and julianoes committed Apr 11, 2024
1 parent 5b5a18c commit 4a42e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FirmwarePlugin/APM/APMFirmwarePlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ QList<MAV_CMD> APMFirmwarePlugin::supportedMissionCommands(QGCMAVLink::VehicleCl
MAV_CMD_DO_SET_RELAY, MAV_CMD_DO_REPEAT_RELAY,
MAV_CMD_DO_SET_SERVO, MAV_CMD_DO_REPEAT_SERVO,
MAV_CMD_DO_LAND_START,
MAV_CMD_DO_SET_ROI,
MAV_CMD_DO_SET_ROI_LOCATION, MAV_CMD_DO_SET_ROI_NONE,
MAV_CMD_DO_DIGICAM_CONFIGURE, MAV_CMD_DO_DIGICAM_CONTROL,
MAV_CMD_DO_MOUNT_CONTROL,
MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW,
Expand Down

0 comments on commit 4a42e2f

Please sign in to comment.