|
From: | Rui Costa |
Subject: | Re: [Paparazzi-devel] Change velocity units |
Date: | Mon, 16 Mar 2009 19:45:23 -0100 |
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:
Rui Costa ------------------------------------------------------------------------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
_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |