Matrixchung / EDAutopilot-v2

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

Avoid problems related to offset buttons #10

Closed DLAcoding closed 2 years ago

DLAcoding commented 2 years ago

I changed for key actions the next actions:

Also in SetRoute I substituted the image matching for more key actions.

Finally added a UI down in the high-value missions as entered in a loop

Matrixchung commented 2 years ago

I think you forgot the template files.. I will edit robigo.py manually to avoid branch conflicts. Btw, USER_DEFINITION_AREA shouldn't be changed when making PRs since they are customizable by users.

DLAcoding commented 2 years ago

I think you forgot the template files.. I will edit robigo.py manually to avoid branch conflicts. Btw, USER_DEFINITION_AREA shouldn't be changed when making PRs since they are customizable by users.

You're totally right...First time collaborating in a project...I need to learn better practices to maintain my personal fixes from general fixes...

Matrixchung commented 2 years ago

That's alright. Thanks again for making consistent contribution to my project!!