Hi!
I am struggling with connecting with the OS-2 lidar.
If I run:
avahi-browse -arlt
I am able to find the LiDAR at:
= enp5s0 IPv6 Ouster Sensor 992209000923 _roger._tcp local
hostname = [os-992209000923.local]
address = [fe80::be0f:a7ff:fe00:52e0]
port = [7501]
txt = ["fw=ousteros-image-prod-aries-v2.4.0+20220921174636" "sn=992209000923" "pn=840-103576-06"]
= enp5s0 IPv4 Ouster Sensor 992209000923 _roger._tcp local
hostname = [os-992209000923.local]
address = [192.168.1.99]
port = [7501]
txt = ["fw=ousteros-image-prod-aries-v2.4.0+20220921174636" "sn=992209000923" "pn=840-103576-06"]
However, if I try to ping the unit I get no response. I have tried both the following:
ping os-992209000923.local
ping 192.168.1.99
This is in contrast to what the Software User Manual says:
"On most systems you should be able to connect the sensor into your network or directly to a host
machine and simply use the sensor hostname to communicate with it."
My own IP address is the following:
"inet 192.168.100.183 netmask 255.255.254.0 broadcast 192.168.101.255"
I am using DHCP and need to do so because I have other sensors connected this way.
I am not able to run the SDK either, because it does not find the OS-2. What might be the issue here?
Thank you