afrl-rq / OpenUxAS

Project for multi-UAV cooperative decision making
Other
50 stars 24 forks source link

e3-core API changes #61

Closed pwilliams12 closed 1 year ago

pwilliams12 commented 1 year ago

Fix some minor API changes in e3-core due to recent update to v22.2.0.

@manthonyaiello the only change I was unsure of was the following. For the UxasEmptyJob python class I added the return value of skip where it was defaulted to force_skip before (which has been deprecated). Is this the correct subsitution?

manthonyaiello commented 1 year ago

Partially fixes #63. Also reveals the need to address #62.

manthonyaiello commented 1 year ago

@pwilliams12 I've asked @Nikokrock about the force_skip --> skip question; he'll get back to me tomorrow on that. It looks good, at first blush, and the builds are clean (except for the Python 3.7-related issues). Once I hear from Nico, we can probably merge this and then move on to looking at #62.