afrl-rq / OpenUxAS

Project for multi-UAV cooperative decision making
Other
52 stars 25 forks source link

Plan Builder Service and Back-to-Back Testing #128

Open manthonyaiello opened 1 month ago

manthonyaiello commented 1 month ago

This PR adds

Note: this PR should not be merged as-is, because the testing required breaking changes to the C++ implementation of the Plan Builder service. The PR is therefore marked as a draft. Once it's been reviewed, it should be closed with a note that it is inappropriate for merging - however we feel that the work is nevertheless interesting as a demonstration of research results.

To run the tests:

OpenUxAS$ ./anod build uxas
OpenUxAS$ ./anod build uxas-ada
OpenUxAS$ tests/ada/experiments/plan-builder-e2e-tests

There is a README.md in tests/ada/experiments.