Installation
Using CMake
Install CMake and a C++ compiler that supports C++17.
Create a build directory and navigate into it:
mkdir build cd build
Run CMake to configure the project:
cmake ..
Build the project:
cmake --build .
Optionally, install the library and tools:
sudo cmake --install .
Using Colcon
The repository is a valid Colcon package. To build it put the package in your Colcon workspace and build the workspace.