-
Notifications
You must be signed in to change notification settings - Fork 0
Add python pkg with cmake build #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
3d874da to
00bb906
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests for the new package type in the CI tests
ros2_pkg_create/create_pkg.py
Outdated
| parser.add_argument("--use-local-templates", action="store_true", help="Use locally installed templates instead of remotely pulling most recent ones") | ||
|
|
||
| # parser.add_argument("--template", type=str, default=None, choices=["cpp_pkg", "msgs_pkg", "python_pkg", "ci"], required=True, help="Template") | ||
| parser.add_argument("--template", type=str, default=None, choices=["cpp_pkg", "msgs_pkg", "python_pkg", "ci"], required=True, help="Template") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you uncomment this? In any case, your package type is missing in the choices list
|
|
||
| | Parameter | Type | Description | | ||
| | --- | --- | --- | | ||
| | | | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a general section here on how the venv creation and update work.
…rg to build venv isolated from system-packages
…cess for launch test alive
… otherwise empty templates
Add python cmake package template with support for the creation of a virtual environment