How to make new flightmodes visible in Mission Planner?

Hey,
I’ve implemented a new flightmode and now currently trying to use the flightmode.
So I edited the firmware, compiled it and got a .apj file.
I’ve uploaded it on Open Pilot Revolution and connected it to Mission Planner.

I’ve thought I could choose the flightmode under “config” -> “flightmode”.
My flightmode did not appear in the drop down list. ;(

Are there good examples on how to successfully implement and use a selfmade flightmode?

Currently stuck. :confused:

Hope you can help me out. :slight_smile:

Best regards
DezzardHD

Did you follow this wiki page:
https://ardupilot.org/dev/docs/apmcopter-adding-a-new-flight-mode.html#adding-a-new-flight-mode-to-copter
Take close look at step 6 and 7 (assuming you did all of the first 5 steps correctly).
Did you able to change the flight mode using transmitter?

1 Like

Check this link. I was able to add a new flight mode name to Mission Planner by only editing the ParameterMetaData.xml file.

1 Like

Thanks! That helped me!

Does this method still work? there is no file named ParameterMetaData.xml instead there is a file named ParameterMetaDataBackup.xml. I modified it but didn’t work.