Stian Pedersen
Stian Pedersen
We have every class in our own namespace + directory, so the hierarchy looks something like this + Namespace X + Directory X It would be very nice if there...
Using this containmentFolder ` "containmentFolder": "./apireference/cpp",` fails with the following error: > The given `containmentFolder` [/home/stian/stian_sphinx_testing/apireference/cpp] must be a *SUBDIRECTORY* of [/home/stian/stian_sphinx_testing]. Debugging the code, I see the following values...
This is similar to https://github.com/randombit/botan/issues/761. When using Botan from a class that itself is stored in a static variable, I get a "pure virtual method called" abort during shutdown. We...
I have a Pipeline with several outputs, and I want to run them in the same GPU kernel (and not several GPU kernels). I am trying to use `compute_with` in...
In the FAQ it states that Windows implementation of cl_cache is pending: https://github.com/intel/compute-runtime/blob/master/opencl/doc/FAQ.md#windows It looks like in https://github.com/intel/compute-runtime/commit/d7d577ba4873b83cf57367529b49384c9748d510 the cl_cache feature is also enabled by default on Windows. I tested...
We quite frequently get this in the CI now. Not always, but very often, often in different tests but same failure type. It seems to be over represented when using...
Add an option for "dense" point cloud messages (with only valid points), for avoiding sending messages with NaNs.
When running this sample launch file https://github.com/zivid/zivid-ros/blob/master/zivid_samples/launch/zivid_camera_with_settings.launch It can be observed that some times not all the settings are set. Normally, the "dynparam set_from_parameters" nodes updates the capture config as...
User request: > I also believe that you should extend the launch file example to contain all the parameters available, so that end users do not have to read all...
I have a project where we expose some Rust code to C++ code via a staticlib, using cxx. Today I tested out updating to the newest version, 1.0.189 and I...