Hi all,

Being really new to this (6 days), after building my own version, I found 
all/no aircraft didn't have a working vsi gauge.

After a lot of hair pulling, beer, and more beer, I found why.  The pivotal
point was seeing I had two 'system/static' branches - one capitised.

There is a typo in:

src/Instrumentation/vertical_speed_indicator.cxx  line 17:

_static_pressure(node->getStringValue("static-pressure", 
"/Systems/static/pressure-inhg"))

should be of course:

_static_pressure(node->getStringValue("static-pressure", 
"/systems/static/pressure-inhg"))


Regards,

Nick

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to