paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Change velocity units


From: Pascal Brisset
Subject: Re: [Paparazzi-devel] Change velocity units
Date: Mon, 16 Mar 2009 21:40:40 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Hi,

display of the ground speed is done in file sw/ground_segment/cockpit/strip.ml, line 294:

   speed#set value (sprintf "%.1fm/s" value)

you can change it to

   speed#set value (sprintf "%.0fkm/h" (value/.3.6))

but I'm not sure it is a good idea to be able to change these units. One day, the controler will be confused...

--Pascal

Rui Costa wrote:
Hi all,
Where can I change the velocity units to Km/h? I think it would be nice if on GCS settings we could change the units. Best regards Rui Costa ------------------------------------------------------------------------

_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]