Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use argparse to specify file(s) to generate template.hpp
``` $ python3 ../mros2/mros2_header_generator/templates_generator.py --app echoback_string --file app.cpp bbb.cpp -h Generate template.hpp from mros2 app code file. usage: templates_generator.py [-h] [--app APP] [--file [FILE [FILE ...]]] Generate template.hpp from mros2 app code file. optional arguments: -h, --help show this help message and exit --app APP application name (default: 'echoreply_string') --file [FILE [FILE ...]] filename(s) of mros2 app code (default: 'app.cpp') ```
- Loading branch information