Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change location to execute template_gen and output dir of template.hpp
also check: mROS-base/mros2-mbed@b120d7c ``` $ pwd /<snipned>/mros2-mbed/workspace/echoback_string $ python3 ../../mros2/mros2_header_generator/templates_generator.py -h Generate template.hpp from mros2 app code file. usage: templates_generator.py [-h] [--outdir OUTDIR] [--file [FILE [FILE ...]]] Generate template.hpp from mros2 app code file. optional arguments: -h, --help show this help message and exit --outdir OUTDIR directry name to output template.hpp (default: '.' (current dir)) --file [FILE [FILE ...]] filename(s) of mros2 app code (default: 'app.cpp') ```
- Loading branch information