Introduction
The Navtech IA Radar SDK provides a simple interface to communicate with the IA sensor. The SDK provides the Radar sensors. As well as ROS and ROS2 examples, the SDK includes source code for C++ and , a simple .NET DLL that can easily be integrated into applications running on Windows and Linux.
...
Communication between the sensor and the software is over Ethernet and utilises a proprietary binary communication protocol called Colossus Network Protocol. The SDK abstracts this protocol to avoid having to develop the low level socket and messaging processing code. However you can develop your own interface without the SDK if required and the protocol documentation will provide all the information you need to achieve this.
...
Once the data has been inflated the record now matches the format of data sent from the radar, the record structure is identical, but now the Type field will represent the message type from the Colossus Network Protocol.
Note |
---|
When playing back data it is up to the software to correctly buffer and then send the data at the expected packet rate of the radar |
...