Livox-SDK/livox_ros2_driver

The edge computing device cannot use the lidar via the local area network.

SEUZTh opened this issue · 0 comments

SEUZTh commented

I can use the lidar with a wired connection on Nvidia's edge computing device, but I cannot start the radar on the local area network. This is feasible on my PC. After debugging with breakpoints, I found that the following program is stuck in a waiting state.

cv_.wait(lock, [=] { return count_ > 0; });