D2SLAM icon indicating copy to clipboard operation
D2SLAM copied to clipboard

Question about the configuration.

Open Gatsby23 opened this issue 2 years ago • 3 comments

Hello, earlier I consulted about D2SLAM configuration issues. According to your advice, I tried to run it using Dockerfile. However, after trying it on two computers, I found that the problem still exists. The specific error is related to the LibTorch version, and after my testing, I found that the version(https://download.pytorch.org/libtorch/cu113/libtorch-shared-with-deps-1.10.1%2Bcu113.zip )is more suitable. image However, when I am running the D2SLAM algorithm with a monocular fisheye camera, the algorithm prompts that it cannot receive the message, and I suspect this is related to the ROS communication method. Therefore, I am looking for relevant debugging and configuration methods. If you have any suggestions or solutions, please feel free to share them. Additionally, I would greatly appreciate it if you could update the Dockerfile for our direct use.

Gatsby23 avatar Jun 14 '23 13:06 Gatsby23

Screenshot from 2023-06-14 22-19-03

Gatsby23 avatar Jun 14 '23 14:06 Gatsby23

Hello, Gatsby23. Did you solve this message receiving issue? I have totally same issue.

minje-KIM avatar Aug 02 '23 11:08 minje-KIM

@Gatsby23 @minje-KIM We are using LIBTORCH_VERSION=1.13.0 It has been fixed in latest patch, thanks for your feedback For the message issue, make sure is compressed_images is set to zero, otherwise, D2SLAM will try to read from some~topic/compressed

is_compressed_images: 0

xuhao1 avatar Aug 05 '23 14:08 xuhao1