[Flightgear-devel] BUG REPORT Failed Ground Vehicles following waypoints

2013-04-27 Thread Chelley
AI ground vehicles NO longer following waypoints, this is a major problem for 
me as I have a few AI models that are supposed to follow way-points like the 
car and he just drives across country in a straigt line now instead of 
following the roads as the way-points in (data\AI\FlightPlans) in all version 
of flightgear since 2010 seem to be just ignored. 

I have no doubt all the AI ground vehicles including the train in there suffers 
the same problem. I have spent hours looking through the AI stuff for all my 
downloaded FGDATA version going back about 4 years and this has been broken a 
very long time now. Unless someone who knows about the AI stuff can fix this it 
is going to prevent most of us who use AI Ground vehicles from making use of 
this feature in flightgear.

Michelle--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Problem following Waypoint'a

2012-08-07 Thread Chelley
Has something been changed in flightgear Version 2.6.0.1 AI ground vehicles 
(such as in traffic manager) to prevent vehicles ON GROUND following way points 
? 

Do I need to change my vehicle type from aircraft to some other ground vehicle 
type ? 
If so then is their one for Cars ?

Regards Aerotro xxx

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Waypoint Errors in AI Carrier mode

2011-08-05 Thread Chelley
Problem with waypoints
in the AI scenario for the carrier
mode using Daedalus Space Ship

When setting a waypoint
and using WAIT for XX seconds
at co-ordinates:

lat38.2806278399689/lat
lon-122.5543253057474/lon

it will not park accurately enough

and it actually parks here:
lat38.28905333/lat
lon-122.02/lon

sample below


 wpt
   nameAbsolute_Parked1/name
   lat38.28291318750933/lat
   lon-122.5546025724227/lon
   alt3951/alt
   ktas10/ktas
   on-groundfalse/on-ground
 /wpt

!-- NEVER PARKS HERE AS IT SHOULD --

 wpt
   nameAbsolute_Parked/name
   lat38.28291232116738/lat
   lon-122.5546160962464/lon
   alt3951/alt
   ktas9/ktas
   on-groundfalse/on-ground
 /wpt 

 wpt
 nameWAIT/name
 time-sec60/time-sec
 /wpt


 wpt
   nameAhead_passed/name
   lat38.28262648358358/lat
   lon-122.5545512831223/lon
   alt3951/alt
   ktas8/ktas
   on-groundfalse/on-ground
 /wpt

 wpt
   nameAhead_Offset1/name
   lat38.28194463105538/lat
   lon-122.5544870564196/lon
   alt3951/alt
   ktas7/ktas
   on-groundfalse/on-ground
 /wpt

!-- STOPS TOO EARLY --

 wpt
   nameAhead_Offset1ca/name
   lat38.2806278399689/lat
   lon-122.5543253057474/lon
   alt3951/alt
   ktas5/ktas
   on-groundfalse/on-ground
 /wpt

 wpt
 nameWAIT/name
 time-sec1600/time-sec
 /wpt


Michelle

__
This email has been scanned by Netintelligence
http://www.netintelligence.com/email
--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Calling more than one AI scenario AT GPS location

2011-07-14 Thread Chelley
Dear forum,
  Could someone tell me how to CALL into action another AI scenario 
for example see below!

AI Scenario_1 runs, at some point during the scenario CALL to AI Scenario_2 ; 
to RUN (similar to a batch file CALL)

Is this possible?

I need to be able to run several scenarios WHEN an Aircraft or CARRIER vehicle 
has reached a certain GPS location.

OR if needed to be loaded at flightgear startup, Initiate the next scenario 
when called !!!

Kind Regards, Michelle

__
This email has been scanned by Netintelligence
http://www.netintelligence.com/email
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] RUNNING MULTIPLE VERSIONS ON WIN32

2011-06-19 Thread Chelley
Hi for the past few years myself and others on Windows XP have not had the 
convenience of running more than one version of flight-gear without a lot o 
jiggery pokery such as backing up configuration files swapping settings 
around and in many cases ended up breaking something, that's why I spent the 
last week writing this new batch file and it works! If someone wants to make 
it work on windows 7 good luck as I do not have Win7, not that I am saying 
it will not work it might just need a bit of extra fiddling around?

It might look fairly complex but most of the batch is designed around 
checking to make sure the users files are not lost so first thing it does is 
make a backup, but it is a good idea to backup anyway just in case.

In my archive I have made several version the latest one's have extra files 
included inside an exe file these are to aid in the smooth running of my 
batch file, I am currently using it myself and have made many improvements 
so far, and in fact not sure If I can make it much better other than SHORT 
HAND some of the commands but for now I need to be able to remember what 
each part does so have left a fair amount of clues in the variables about 
what does what.

ftp://UNITYALLIANCE:aer010242017nama...@ortorea.dnsalias.org/FTP-Programs/flightgear-choice.zip

Regards Aerotro 


__
This email has been scanned by Netintelligence
http://www.netintelligence.com/email


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel