![]() |
Visual Servoing Platform version 3.7.0
|
Classes | |
| class | PathManager |
| class | DllDirectoryManager |
Functions | |
| get_dll_paths () | |
| build_directory_manager () | |
This code is directly adapted from proxsuite_nlp, see: - https://github.com/Simple-Robotics/proxsuite-nlp/blob/main/bindings/python/proxsuite_nlp/windows_dll_manager.py - https://github.com/Simple-Robotics/proxsuite-nlp/blob/main/bindings/python/proxsuite_nlp/__init__.py On windows, since Python 3.8, dll directories must be explicetly specified (cannot go through path), see - https://docs.python.org/3/library/os.html#os.add_dll_directory
| visp.windows_dll_manager.build_directory_manager | ( | ) |
Definition at line 74 of file windows_dll_manager.py.
| visp.windows_dll_manager.get_dll_paths | ( | ) |
Definition at line 18 of file windows_dll_manager.py.