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 notice that the python example no longer works. I also have my own python test code which no longer works. It is failing to find LMCPFactory in lmcp.
Is there a library path that I need to set, or build the lmcp library myself?
I did the Quick Start bootstrap install.
The text was updated successfully, but these errors were encountered:
The LMCP/py library is not required for UxAS itself, so this new build process doesn't build the LMCP/py library. However, 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).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I notice that the python example no longer works. I also have my own python test code which no longer works. It is failing to find LMCPFactory in lmcp.
Is there a library path that I need to set, or build the lmcp library myself?
I did the Quick Start bootstrap install.
The text was updated successfully, but these errors were encountered: