Question Autonomous Drones / Ships

Longjap

Active member
Joined
Jun 8, 2011
Messages
191
Reaction score
41
Points
28
Hi peeps,

I've a question regarding autonomous vehicles in orbiter. I was wondering if there are any addons that have vehicles that are completely automated from where I could get some inspiration.

I'm thinking about creating maintenance drones for a project (starship) that I'm currently working on with a group of people. It is build up out of a large number of modules of the same shape. (truncated octahedrons) These modules need to be disconnected and rearranged on the fly and the drones are the vehicles that provide the engines for these modules.

So I was wondering if it is possible to program some kind of pathfinding AI and remotely tell a drone to dock to a module, pick it up and dock to the module to the other side of the ship.

Has something similar to this already been developed?
Do you think it is remotely possible to make something like this?

:tiphat:
Cheers!
Longjap
 
Perhaps this:
[ame="https://www.orbithangar.com/searchid.php?ID=7134"]Carrier Operations 2 :The Nimitz V0.03 Carrier Operations Script Vessel[/ame]

It's quite simple to make stuff move around, like circle a point.
You can create that sort of stuff using LUA. But for more complex stuff it might not be enough.
 
I recently published on Github the files of an ongoing project of mine that is a modified stock Delta Glider III with an on-board expert system and semi – autonomous capabilities. I have been at it for several years now and it is far from finished but the basics are already in place as well as many rules, mainly related to takeoff, atmospheric flight and navigation. DGIIIAI as I call it has a Sqlite3-based knowledge base and its rules are written in SQL. I would have liked to publish it as a finished ship but decided to post this thing online as it is now in order to avoid losing it in case of a computer crash:

https://github.com/PESchoenberg/DGIIIAI
 
Back
Top