-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Kilted #5514
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: kilted
Are you sure you want to change the base?
Kilted #5514
Conversation
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.
Thanks for the improvement! I just have two minor suggestions.
|
||
<license>Apache-2.0</license> |
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.
I would just remove these lines to keep it simple:
<license>Apache-2.0</license> |
@@ -186,6 +186,15 @@ For that to work, the ``__init__`` code has to be changed to: | |||
|
|||
self.timer = self.create_timer(1, self.timer_callback) | |||
|
|||
Since we are importing ``rcl_interfaces``, we need to add the dependency to ``package.xml`` to avoid any dependency issue in the future. |
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.
Since we are importing ``rcl_interfaces``, we need to add the dependency to ``package.xml`` to avoid any dependency issue in the future. | |
Since we are importing ``rcl_interfaces``, we need to add the dependency to ``package.xml`` to avoid any dependency issue in the future: |
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.
lgtm once @christophebedard 's comments are resolved.
updated the instruction to add optional dependency in package.xml for ros2/kilted_tutorial_party#536