SunBlack

Results 44 issues of SunBlack

I tried to upgrade the PCL version which our CI is using for Windows from 1.11.1 to 1.12.1, but sadly this fails as somehow the build of `pcl_kdtree` creates a...

kind: bug
module: cmake
status: triage

Currently the `.clang-format` file contains ```yml IncludeCategories: ... # Major 3rd-Party components of apps - Regex: '^$' Priority: 300 ... # Matches all std includes. Match them before any unknown...

kind: bug
module: docs

Tried to compile the tutorials via the `.ci/scripts/build_tutorials.sh` with Clang 13 (default Clang on Ubuntu 21.10) ``` error: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648...

kind: bug
status: triage

For a PR, I first searched for all file extensions used by PCL: ```bash git ls-tree -r HEAD --name-only | sed -e 's/.*\.//' | sed -e 's/.*\///' | sort |...

status: triage

Just saw this as Clang warns: `variable 'threshold' set but not used` within the method `compare`. It seems `depth_dependent_ ` is always `true`, but could be modified via the optional...

kind: bug
status: triage

Currently on each new commit to a MR a pipeline will be triggered, even the build is not always required. **Example:** * Source code will be changed => Pipeline should...

I came across this project because it supports a format that we had previously included otherwise and I saw that GDAL can handle it via this project here. The disadvantage...

> The use of #pragma once can reduce build times as the compiler will not open and read the file after the first #include of the file in the translation...

This was missing in #9 (thats why it was still WIP).