This is the simplest Ubuntu example with CMake.
The application is inbtended to check that the python script can correctly generate the paramters. It can be also used as an example how to write your own parameters.
cd libparams
make cpp_generator
It will generate generate C++ parameters from baro.yaml and mag.yaml to libparams/build
folder, build an executable for Ubuntu application and run it.