Hi all.
I’m new to OpenDroneMap, Ubuntu and python, so apologizing for ambiguous question.
I got request for make ODM to standalone, so when copy & pasted it on empty Ubuntu 18.04, then it could run without compiling.
First, I installed ODM on Ubuntu 18.04 and test run was done somehow.
Then I have to build independent library including python-pip things and I’m all at sea now.
Could someone give me any keyword can I study for this subject, then I could ask more clear again. Thank you for reading.
Keep an eye on https://github.com/OpenDroneMap/ODM/pull/1156 which targets Ubuntu 18.04 and Python 3 (I’ve already been able to get a nominal run going, still many issues though). We’d love to get contributions on that branch.
Thanks for consideration. My senior programmer said WebODM is not proper to his work. I heard it need to run on multiple Ubuntu at once.
Today I learned about site-packages.
Made new folder in /code and put bin things(include python), export $PATH here.
Modified first line of gdal_fillnodata.py to new python path.
Made another folder and put lib things, export $LD_LIBRARY_PATH here.
This could cause few problems. I solved this with virtualenv and adding multiple path.