MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

Plan: add MAV_CMD_DO_SPRAYER (216) to list of available commands for Rovers/Boats

Open rmackay9 opened this issue 3 years ago • 2 comments

Rover-4.1 (and maybe earlier) support the SPRAYER command (216)

Only param1 is consumed. If it is 1 then the sprayer is turned on. If it is zero the sprayer is turned off so maybe the column title for Param1 should be "off(0)/on(1)".

For reference here is the link to the mavlink spec https://github.com/ArduPilot/mavlink/blob/master/message_definitions/v1.0/ardupilotmega.xml#L41

rmackay9 avatar Jan 04 '22 03:01 rmackay9

There is this PR https://github.com/ArduPilot/MissionPlanner/pull/2761 which makes it possible for users to add any Mavlink commands to the dropdown list and store the added commands in the config.xml.

EosBandi avatar Jan 04 '22 09:01 EosBandi

I was talk about this features feel days ago. I need this to use by Sprayer Agricultural Copter. Can this functionality make to Copters too ?

framosnt avatar Jan 10 '22 23:01 framosnt

Fixed long ago, thanks!

rmackay9 avatar Aug 03 '23 23:08 rmackay9