Delphi ESR 2.5 support

The Delphi ESR 2.5 is listed in the release notes (v0.3 link below)

http://developer2.download.nvidia.com/driveworks/secure/docs/NVIDIA_DriveWorks_SDK_Release_Notes_0.3.0.pdf?CQA_eLV_juAX9rOfMaSv5LWWgg-Mv8-bEXpt5EMajhxC2SrC0R3e3csOxFKqynPfBQMzysFMc5ViihOqSQkg1wA91GP4wFQt_sWHylmF6z0xIwSDtHhhxvwx3lwLGN95AnZZvmxeO1wAWvNVuOBQZc-yD9GHt6xNq4cxSax5pkWPQ44

But in the radar point cloud sample documentation (/usr/local/driveworks-0.3/doc/nvdwx_html/dwx_radar_replay_sample.html) the Delphi SRR_2_0 and Continental ARS430 are listed as supported, but the ESR is not.

Is this a typo?

I was not able to get the ESR working with the ethernet connection.

How is this supposed to work?

Hello samrustan,

Could you please try to run ./sample_radar_replay with following command? Thanks.
./sample_radar_replay --ip=[radar IP address] --port=[lidar port] --device=[type of device] to test the device

–device=DELPHI_ESR2_5

Samrustan,

The release notes and the Development Guide are right. The radar point cloud sample supports these models:
• CONTINENTAL_ARS430
• Delphi_ESR2_5

I will ensure the sample documentation is fixed in time for the next release.

Adding the correct

--device=DELPHI_ESR2_5

worked. Thanks!

Hello samrustan,

Thank you for your checking and update.