Hi SivaRama,
My issue got solved. I wasn’t using the sensor ip address, I was using the Drive AGX ip address,
So I am writing the steps that I did for the ones having issue with the connection of lidar VELO_VLP16
-
Connect the lidar to your pc and use the Wireshark to find out the ip address of the sensor.
-
Connect the lidar to your Drive AGX and use: ip addr show the name,
-
sudo ifconfig NAME(you found in step 2) 10.1.1.100/24
-
sudo /usr/local/driveworks/bin/sample_lidar_replay --protocol=lidar.socket --params=ip=10.1.1.59(ip address of sensor),port=2368,scan-frequency=10,device=VELO_VLP16
Hopefully, it helps other people facing the same problem as me.
Thank you SivaRam.