I have currently using Driveworks 1.2 samples of radar replay. Using the pre-compiled examples, I am trying to get the radar example to work through ethernet.
I specified port 5555 but returns 45845 for some reason. If I specify port 1, I get port=1283 as the error result. Am I passing the port wrong? I know it’s really simple, but the output error log doesn’t make any sense. I can ping the IP address correctly and see that the port is open so I know it exists. Is there a fix to this bug?
./sample_radar_replay --protocol=radar.socket --params=device=[type of device],ip=[radar IP address],port=[radar port]
Display recorded Radar point clouds
./sample_radar_replay --file=[radar bin file]
You tried to do two things at once.
Could you please try to run with the following command?
$sudo ./sample_radar_replay --protocol=radar.socket --params=device=DELPHI_ESR2_5,ip=**********,port=5555
I tried the example with sudo and without the recorded radar point clouds, but I still get a port error. It still looks for port 45845 instead of port 5555. I tried with random bigger numbers such as 215555 and got port 912 instead. What might be possibly going on?