Skip to content
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

Fix template path, use poetry to manage dependencies #51

Merged
merged 7 commits into from
Feb 27, 2024

Conversation

ipa-rwu
Copy link
Collaborator

@ipa-rwu ipa-rwu commented Feb 27, 2024

@ipa-nhg It should be Template_ROS if build with ROS. I also update README to build ROS properly

@ipa-rwu ipa-rwu force-pushed the rwu/fix/template_path branch 5 times, most recently from d7faf8b to f6890bd Compare February 27, 2024 16:02
@@ -37,7 +37,7 @@ def __init__(self, template_path=None) -> None:
if template_path != None:
self.template_path = Path(template_path).resolve()
elif Template_ROS != None and Template_ROS.is_file():
self.template_path = Template
self.template_path = Template_ROS
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be Template_ROS if build with ROS

@@ -36,7 +36,7 @@ def __init__(self, template_path=None) -> None:
if template_path != None:
self.template_path = Path(template_path).resolve()
elif Template_ROS != None and Template_ROS.is_file():
self.template_path = Template
self.template_path = Template_ROS
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be Template_ROS if build with ROS

@ipa-rwu ipa-rwu merged commit ead6565 into main Feb 27, 2024
8 checks passed
@ipa-rwu ipa-rwu deleted the rwu/fix/template_path branch February 27, 2024 16:18
@ipa-nhg
Copy link
Member

ipa-nhg commented Feb 27, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants