Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Missing 07_PythonWithAmase example #3

Open
bobkr opened this issue Aug 20, 2020 · 2 comments
Open

Missing 07_PythonWithAmase example #3

bobkr opened this issue Aug 20, 2020 · 2 comments

Comments

@bobkr
Copy link

bobkr commented Aug 20, 2020

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.

@lhumphrey
Copy link
Contributor

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.

@lhumphrey
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants