...
The .vscode
folder contains a build task configuration for invoking CMake. To build: * hit ctrl-shift-b * select Build
(Note: you can also select Clean as one of the build options)
...
Double-clicking on the .sln file will launch Visual Studio. In Visual Studio select:
Build -> Build Solution
(Alternatively, use crtl-shift-b)
...
The SDK C++ API provides an object-based interface for controlling/configuring the radar and for processing incoming data.
...