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; }); |