Hi All,
I've been doing some experimenting with speech translation in Mission Planner. I have a TTS voice in my computer for the desired language and have translated some of the MP spoken messages, like speed and altitude announcements and those work fine.
I am having trouble however with a few specific items. For instance, how could I translate "stabilize", "manual" or "auto" in a phrase such as below:
Mode changed to {mode} ==> yields "Mode changed to manual", "Mode changed to stabilize", etc.
In this example, the correct string for {mode} is provided by the program and might be "stabilize", "manual", etc, and those are the strings I need to translate, but couldn't find where to do it. Is there a configuration file I'm missing or are those strings hard-coded in the program?
Thanks,
Bruno
I've been doing some experimenting with speech translation in Mission Planner. I have a TTS voice in my computer for the desired language and have translated some of the MP spoken messages, like speed and altitude announcements and those work fine.
I am having trouble however with a few specific items. For instance, how could I translate "stabilize", "manual" or "auto" in a phrase such as below:
Mode changed to {mode} ==> yields "Mode changed to manual", "Mode changed to stabilize", etc.
In this example, the correct string for {mode} is provided by the program and might be "stabilize", "manual", etc, and those are the strings I need to translate, but couldn't find where to do it. Is there a configuration file I'm missing or are those strings hard-coded in the program?
Thanks,
Bruno
Replies
Hi Bruno, those strings are hard coded. you could try modifying paramatermetadata.xml. but that will be overwritten on every update.