ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.81k stars 2.42k forks source link

mavcmd: add set-camera-source #3313

Closed rmackay9 closed 7 months ago

rmackay9 commented 8 months ago

This adds the new SET_CAMERA_SOURCE mission command to the list of possible commands for copter, rover and plane.

This change requires this mavlink PR https://github.com/ArduPilot/mavlink/pull/351 to be merged which should happen at tomorrow's dev call (e.g. Mar 19th).

This has been lightly tested and seems OK to me. image

The only issue is that we get an invalid number error because the mavlink change hasn't gone in yet. image

rmackay9 commented 7 months ago

Thanks!