Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mid360 does not seem to operate correctly in either docker / WSL on Windows or docker on Mac. #67

Open
twerdster opened this issue Jan 23, 2024 · 1 comment

Comments

@twerdster
Copy link

When I use docker to setup livoxsdk2 on either windows or mac the broadcast binding seems to fail. I have a mid360 connected. Host ip is 192.168.1.22 . I have tried

  • Docker [Ubuntu 20.04] on Mac
  • Docker [Ubuntu 20.04] on Windows
  • WSL [Ubuntu 20.04] on Windows
    I know the device is working because using exactly the same code when running cmake to generate a visual studio 2019 project and running it then the samples work on Windows. Also the livox viewer works with the device.

twrd@home:~/repos/Livox-SDK2/build$ samples/livox_lidar_quick_start/livox_lidar_quick_start ../samples/livox_lidar_quick_start/mid360_config.json
[2024-01-23 03:39:09.970] [console] [info] set master/slave sdk to master sdk by default [parse_cfg_file.cpp] [Parse] [82]
[2024-01-23 03:39:09.971] [console] [info] Livox lidar logger disable. [parse_cfg_file.cpp] [Parse] [126]
[2024-01-23 03:39:09.971] [console] [info] Device type:9 point cloud and IMU data multicast ip:224.1.1.22 [params_check.cpp] [CheckLidarMulticastIp] [114]
[2024-01-23 03:39:09.971] [console] [info] Data Handler Init Succ. [data_handler.cpp] [Init] [49]
bind failed
[2024-01-23 03:39:09.972] [console] [error] Create detection broadcast socket failed. [device_manager.cpp] [CreateDetectionChannel] [266]
[2024-01-23 03:39:09.974] [console] [error] Create detection channel failed. [device_manager.cpp] [CreateChannel] [242]
[2024-01-23 03:39:09.974] [console] [error] Create channel failed. [device_manager.cpp] [Init] [169]

@gaohaojia
Copy link

Have you solved this problem? How to solve it? I have this problem too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants