The RAS radar family’s CFAR “PointCloud” data output is provided as a UDP network stream.
The linux command line application at the download link below allows this UDP output stream to be logged directly to a CSV file for subsequent analysis or processing. As well as logging the range and bearing of each point within the point cloud, the tool logs the magnitude of the radar response, and precise timestamp information.
Alongside the CSV data file containing the data provided over the UDP connection, this tool establishes a TCP/IP connection with the radar to read back the current radar serial number and configuration, storing these in a text file.
Note |
---|
If running To use the recording tool within the Windows Subsystem for Linux environment (WSL), it is necessary to route UDP packets from Windows through to WSL. Instructions are at the bottom of this page. |
Attachments | ||
---|---|---|
|
Point-cloud Writer
...
Code Block |
---|
20231123_153106_school_rd.csv |
...
Running in Windows Subsystem for Linux
to route UDP packets from Windows to wsl ou'll also need WSL, the sudppipe utility , is used
Comand lineCommand line syntax for the use of sudppipe is as shown below:
Code Block |
---|
sudppipe.exe -b <Windows IP> <WSL IP> <WSL port> <Windows port> |
for example:
Code Block |
---|
sudppipe.exe -b 10.77.2.112 172.20.71.120 6320 6317 |
When you With the configuration as shown above, start up the pointcloud_writer , set the within the WSL environment, for UDP port to 6320, (not 6317).