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: Rui Costa
Subject: Re: [Paparazzi-devel] Change velocity units
Date: Mon, 16 Mar 2009 19:45:23 -0100

Yes, you right. Here in Portugal we don't use m/s. So, it's better to have a fixed units. I will change and maintain it with Km/h.
 
Thank you for the fast reply.
 
Regards
Rui Costa

On Mon, Mar 16, 2009 at 7:40 PM, Pascal Brisset <address@hidden> wrote:
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
 



_______________________________________________
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]