Markus Vieth

Results 27 issues of Markus Vieth

See https://github.com/PointCloudLibrary/pcl/blob/master/.github/workflows/clang-tidy.yml - 22.04 -> 24.04 - `actions/checkout@v3` -> `actions/checkout@v4` - clang-14 -> clang-18 - See if the action now gives any new errors, and fix those to make the...

good first issue
help wanted
module: ci

Openni fails to install on both versions. Should we remove it, figure if we need to update it or just ignore it and see if it fixes itself at some...

platform: macos
module: ci

#### Description CMake transitions more and more towards using Boost's `BoostConfig.cmake`, which is only installed if the option `--no-cmake-config` is _not_ given. The documentation of the variant also mentions that...

type: enhancement
maintainer: open

Currently, the [PCD file format is at version 0.7](https://pcl.readthedocs.io/projects/tutorials/en/master/pcd_file_format.html#pcd-file-format) (and has been for many years. This issue represents a collection of ideas for improving the file format. Everyone is welcome...

module: io
kind: proposal

For explanation, see https://github.com/PointCloudLibrary/pcl/pull/6250

changelog: ABI break
module: search

#### What does this implement/fix? As a final step, differential evolution calls the `minimize` function to "polish" the results. It would be useful to be able to pass additional parameters...

enhancement
scipy.optimize

When trying to build with CMake 4.0, the following error is shown: ``` CMake Error at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the...