This is code to support the medium paper of the same name -- https://medium.com/@peter.gaston/detecting-pallet-payload-instability-10b254d4055a
The file open3dtest.py is meant to be used in VS Code, in jupyter interactive mode.
This code is simply an instructive, proof-of-concept. (Much) more work is required to take this to production.
Create the conda 'stability' environment. Then, in VS Code set that conda environment to be active - 'Python: Select Interpreter'.
conda env create -f environment.yml