Matrixchung / EDAutopilot-v2

An autopilot bot for Elite: Dangerous based on computer vision
MIT License
49 stars 12 forks source link

Needs to account for supercharge and/or (more importantly) Neutron/White Dwarf Stars #26

Open shefben opened 1 year ago

shefben commented 1 year ago

I think adding the ability to see the message about 'use neutron start to supercharge fsd to jump' and then flying into a lobe until it says the fsd is supercharged would be simple enough.

or Setting the ship to orbit the star would work too, as long as it orbited long enough to charge the fsd.

With this feature, you could use the autopilot from the bubble to the opposite end of the galaxy

Matrixchung commented 1 year ago

Great idea! Since the image recognition part is flexible, it may be easy to implement. However, flying correctly to not only get the ship supercharged, but also prevent it from crashing (sometimes even myself could mess it up and break my hull) seems to be harder. It might just need much time to tweak this control sequence to make it work. Feel free to make comments!