Meet Gandhi

Results 7 comments of Meet Gandhi

Hey @diogomatsubara I found the similar issue on my Ubuntu 22.04 host. I believe the following PR fixes the same: https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds/pull/416

@ct2034 Thank you for the reply! I’ve tested the 2.0.0 version, and it’s working as expected. I’ll go ahead and close this now.

Hi @ssheorey I found the errors while building packages for cpu-xxx variants. For eg: https://github.com/isl-org/Open3D/blob/main/docker%2Fdocker_build.sh#L371 I believe the base docker image doesn't contain desktop application(s).

@ssheorey Understood. Should I list them as dependencies for the created Debian package [here](https://github.com/isl-org/Open3D/blob/main/cpp/apps/Open3DViewer/Debian/CMakeLists.in.txt#L36)? Also, do you think the [postinstall](https://github.com/isl-org/Open3D/blob/main/cpp/apps/Open3DViewer/postinstall-linux.sh) script needs to be included in the Debian package for...

> I don't think these should be dependencies - dependencies are supposed to be mandatory, while these are optional convenience utilities. We run them if present, else don't do anything....

I believe having this feature will be helpful. In our project we also require `libshaderc-dev` only.

It seems the issue you're encountering is likely related to the **transport configuration** rather than the **custom message**. Could you share what type of transport you’re using when running the...