uci-uav-forge / uavf

UAV Forge's ODCL repository.
MIT License
1 stars 1 forks source link

ODCL Parsing on Ground Station #55

Open rland93 opened 2 years ago

rland93 commented 2 years ago

We need to parse, review, and send off ODCLs on the ground.

An ODCL takes the following path:

So we need a node that will be listening for ODCLs, displaying them on the GUI and altering them if corrections are needed, and then forwarding them to the interop client.

GUI code for ODCL is here: https://github.com/uci-uav-forge/GUI