You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case you're getting this kind of error from the Lidar (OS0-128 in my case), I thought I should share a fix:
It could be that you're computer has IPv6 disabled by default. In my case the Intel NuC on the Clearpath Jackal has disabled IPv6 in the GRUB bootloaderen: /etc/default/grub. To fix the issue you can either enable IPv6 or your can make changes to the drivers client.cpp file. I did the latter:
change hints.ai_family to AF_INET (line 77 ish)
client.cpp
In case you're getting this kind of error from the Lidar (OS0-128 in my case), I thought I should share a fix:
It could be that you're computer has IPv6 disabled by default. In my case the Intel NuC on the Clearpath Jackal has disabled IPv6 in the GRUB bootloaderen:
/etc/default/grub
. To fix the issue you can either enable IPv6 or your can make changes to the driversclient.cpp
file. I did the latter:hints.ai_family
toAF_INET
(line 77 ish)client.cpp
client.cpp
related issue: ouster-lidar/ouster-sdk#185
The text was updated successfully, but these errors were encountered: