You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.
I see what you mean. The LMCP/py library is not required for UxAS itself, so this new build process doesn't build the LMCP/py library. However, Example 07_PythonWithAmase is a nice example for programmatically building up LMCP messages, and we would like to support Python development in UxAS. So I'll work on 1) modifying the build process to build the LMCP/py library and 2) making sure this example runs with the run-examples script in UxAS.
I'm still working on modifying the build process so that it creates the LMCP/py when building UxAS. However, I will note that in the meantime, you can run OpenUxAS/resources/RunLmcpGen.py to produce both the cpp and py LMCP libraries. It will put them in OpenUxAS/src/cpp/LMCP (with the Python libraries in OpenUxAS/src/cpp/LMCP/py).
It would be nice to see this example working. The LMCP/py library does not seem to be built in this new stack?
Thanks,
Michael
The text was updated successfully, but these errors were encountered: