Skip to content
Alexander Entinger edited this page Nov 11, 2020 · 5 revisions

Generate C header files from DSDL via nunavut/nnvg

cd ~
https://github.com/UAVCAN/nunavut && cd nunavut
python3.8 -m pip install .
git clone https://github.com/UAVCAN/public_regulated_data_types && cd public_regulated_data_types
nnvg --target-language c \
     --pp-max-emptylines=1  \
     --pp-trim-trailing-whitespace \
     --target-endianness=little \
     --enable-serialization-asserts \
     --outdir include \
     uavcan