Daniel Simon
Daniel Simon
Ive encountered an issue with the ossim-correl and ossim-rejout. Neither one is able to find their required object in the registration plugin. I have use -DBUILD_REG_PLUGIN=ON to enable the registration...
I was having some issues with a data set and not having the undistortion come out how I expected. I tried processing the standard temple dataset only adjusting for the...
Running fetcher.py yields this. > /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:31 5: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This...
Changed the CMake scripts for 3rdparty dependencies to not mark files in the Open3D git repo as generated. This is because the `clean` target would delete them and break the...
OpenMP acceleration has been migrated to use oneapi::TBB. ## Type - [ ] Bug fix (non-breaking change which fixes an issue): Fixes # - [x] New feature (non-breaking change which...
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
Hi folks, when using the draco library as a subproject, or with CMake's FetchContent/ExternalProject machinery, the draco includes are broken. This stems from the definition of the [`draco_add_library`](https://github.com/google/draco/blob/9f856abaafb4b39f1f013763ff061522e0261c6f/cmake/draco_targets.cmake) macro. Specifically,...
Fixes missing include for std::shared_ptr when building livox-ros2-driver with colcon on Ubuntu 22.04
Im struggling to set up systemd-nspawn to work correctly. Failed to register machine: Start job for unit machine-coreos_developer_container.bin.1409.5.0.scope failed with 'failed' Failed to create directory /tmp/nspawn-root-Cs8uub/sys/fs/selinux: Read-only file system Failed...
Fix for #5592 Disabled maybe-uninitialized error for AssetLib/Obj/ObjFileParser.cpp as it seems to be spurious. Also fixed error message for previous GCC build issue modification.