ArduPilot / MissionPlanner

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

Wrong speech dialog #1407

Open kikislater opened 8 years ago

kikislater commented 8 years ago

Mission planner is speaking about Australian dollar ! https://www.youtube.com/watch?v=Rk9pLw3132s

AUD is read as Australian dollar by Speechsynthesizer

magicrub commented 8 years ago

It's silly, I know. It's just the GCS messages being parsed wrong. note it's spewing off all kinds of numbers too? It just happened to see "aud" in the string. On that FlightData screen in th elower left box, look at the Messages tab, you'll see all the text it's trying to read.

What version of ArduPilot are you running? That is also read out-loud from that messages menu on connect.

meee1 commented 8 years ago

the words is baud.

38400 baud

or billions of Australian dollars

kikislater commented 8 years ago

arduplane 3.6.0 and mission planner 1.3.41 (windows 8) I don't have this problem with 1.3.39 and under linux with festival.

It surprises me until I understand the problem