ardupilot
ardupilot copied to clipboard
the MAVLINK message "PLAY_TUNE_V2" to be support
Feature request
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to know the status of the aircraft in alarm.
Describe the solution you'd like A clear and concise description of what you want to happen.
MAVLINK has a message to notify me of an alarm. I will use this 'message' to notify the GCS of the alarm. I will sound this alarm in GCS. By sounding the alarm in the GCS, I can judge the vehicle by the alarm sound, no matter how far away it is.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
I want the ArduPilot's MAVLINK header to be up to date. I want to use the following message https://mavlink.io/en/messages/common.html#PLAY_TUNE_V2
Platform [X] All [ ] AntennaTracker [ ] Copter [ ] Plane [ ] Rover [ ] Submarine
Additional context Add any other context or screenshots about the feature request here.
The only real advantage to that message is the ability to specify the format of the tune. If there was ever a need to support a second format we might consider V2, but we'd be wasting flash and time converting to V2 otherwise.