Board index FlightGear Development AI Traffic

General aviation AI models

Intelligent, computer controlled vehicles that drive/fly over the planet!

Re: General aviation AI models

Postby gooneybird » Thu Jul 05, 2018 7:42 pm

Things are coming along nicely, just a few niggles to sort out then it's livery creation and testing in FG.

There are so many variations of Tiger panels that I've just created a generic one using svg images from the Cessna 172.

Image
Image
Image
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3045
Joined: Sat May 31, 2008 2:57 pm

Re: General aviation AI models

Postby legoboyvdlp » Fri Jul 06, 2018 12:24 am

Looks great!
Last edited by legoboyvdlp on Fri Jul 06, 2018 12:08 pm, edited 1 time in total.
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: General aviation AI models

Postby BecOzIcan » Fri Jul 06, 2018 4:53 am

I like the fabric fold rendering; quite realistic. Awesome work, as usual !

Cheers
Ian
Current Projects: AI Traffic, Models & Liveries
User avatar
BecOzIcan
 
Posts: 1302
Joined: Tue Oct 04, 2011 11:43 pm
Location: Sydney, NSW, Australia
Version: 2020.4.0
OS: Win10

Re: General aviation AI models

Postby gooneybird » Fri Jul 20, 2018 9:07 pm

Thanks guys.

Been having some down time due to ongoing health problems but managed to get some more work done on the Tiger today.

Image
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3045
Joined: Sat May 31, 2008 2:57 pm

Re: General aviation AI models

Postby gooneybird » Tue Jul 24, 2018 3:42 pm

There's still a few more liveries to be added but the majority of the work is done, just a few final checks needed before release.
Last edited by gooneybird on Fri Aug 03, 2018 12:19 am, edited 1 time in total.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3045
Joined: Sat May 31, 2008 2:57 pm

Re: General aviation AI models

Postby gooneybird » Fri Aug 03, 2018 12:18 am

Here's the final version http://www.mediafire.com/file/aafj181i0i06lgs/DH82.zip/file

Please let me know if you have any problems with it.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3045
Joined: Sat May 31, 2008 2:57 pm

Re: General aviation AI models

Postby gooneybird » Thu Aug 09, 2018 8:54 pm

I'm assuming due to the lack of interest and downloads these are not what people want in FG :(
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3045
Joined: Sat May 31, 2008 2:57 pm

Re: General aviation AI models

Postby wkitty42 » Thu Aug 09, 2018 9:35 pm

i wouldn't say that... i'm planning to add them to a local airport in my area but just haven't gotten around to it yet... i stripped out all my AI lights work until i can find and understand Ian's new AI lights code and start using that with the GA craft i've been playing with at KRDU... right now i'm blind from several hours digging about in executing FG code looking for a bug that keeps crashing me when i try to close a PUI pane :(

i just downloaded your archive, though... why don't you go ahead and put it up on fgdata with the other ai craft?
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9123
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: General aviation AI models

Postby legoboyvdlp » Thu Aug 09, 2018 9:52 pm

I downloaded it, and the model is good - perhaps it could be added to some airfield in the UK, like Shoreham?
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: General aviation AI models

Postby gooneybird » Sat Aug 11, 2018 8:42 pm

I've been testing them at Shoreham ;) https://forum.flightgear.org/viewtopic.php?f=19&t=29743&start=1215#p334703

I've not got commit access but I'll create a performance database entry before asking for them to be added to FGdata.
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3045
Joined: Sat May 31, 2008 2:57 pm

Re: General aviation AI models

Postby santosdumont » Thu Jun 13, 2019 4:55 pm

Wanted to download it but the file's no longer on Mediafire.com
santosdumont
 
Posts: 168
Joined: Mon Nov 03, 2008 10:20 pm

Re: General aviation AI models

Postby gooneybird » Thu Jun 13, 2019 8:06 pm

Depending on the version of FLightGear you are using they may be in your AI/Aircraft folder, If not I have re-enabled the download.

http://www.mediafire.com/file/aafj181i0i06lgs/DH82%25282%2529.zip/file
My Github repository (mostly AI stuff) https://github.com/gooneybird47
User avatar
gooneybird
 
Posts: 3045
Joined: Sat May 31, 2008 2:57 pm

Re: General aviation AI models

Postby santosdumont » Thu Jun 20, 2019 4:06 pm

I downloaded & extracted DH82(2) into $FGROOT/Aircraft but it didn't appear in launcher. I had to change permissions of Models and Textures folders but still nothing. I tried terminal:
Code: Select all
 $ fgfs --aircraft=DH82(2)
bash: syntax error near unexpected token `('


I thought it didn't like the brackets so I renamed it DH82 & tried terminal again:
Code: Select all
$ fgfs aircraft=DH82
FlightGear:  Version 2018.3.1
FlightGear:  Build Type Dev
Built with GNU C++ version 4.8
Jenkins number/ID 0:none
config file not found:Path "aircraft=DH82"


whereupon it carried on & loaded Cessna.

I unzipped DH82-p-kit.zip & got .xcf file then tried ./configure, autoconfig etc. but couldn't get anything to work.
santosdumont
 
Posts: 168
Joined: Mon Nov 03, 2008 10:20 pm

Re: General aviation AI models

Postby wkitty42 » Thu Jun 20, 2019 6:32 pm

$ fgfs --aircraft=DH82\(2\)

parenthesis have meaning for bash so you have to escape them like so...
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9123
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: General aviation AI models

Postby legoboyvdlp » Thu Jun 20, 2019 6:35 pm

Are you sure that's an aircraft? I thought it was just an AI model for now. Maybe that's why it's not loading up.
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

PreviousNext

Return to AI Traffic

Who is online

Users browsing this forum: No registered users and 1 guest