-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ros2pkg generates license warning messages. #3535
Conversation
osrf/ros2_test_cases#954 Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
source/Tutorials/Beginner-Client-Libraries/Creating-Your-First-ROS2-Package.rst
Outdated
Show resolved
Hide resolved
This needs to be aligned with ros2/ros2cli#827 |
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.
Rather than adding in this warning text, I would rather change the command so the warning doesn't appear. That is, change the ros2 pkg create
command to add in the --license Apache-2.0
flag.
@clalancette thanks, that makes sense to me. i will update it as you suggested. |
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
@clalancette requesting another review. thanks in advance. |
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.
One more small fix, then this is good to go.
source/Tutorials/Beginner-Client-Libraries/Creating-Your-First-ROS2-Package.rst
Outdated
Show resolved
Hide resolved
* ros2pkg generates license warning messages. osrf/ros2_test_cases#954 * use `--license` option for the tutorial with ros2pkg command. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> (cherry picked from commit f29796f)
* ros2pkg generates license warning messages. osrf/ros2_test_cases#954 * use `--license` option for the tutorial with ros2pkg command. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> (cherry picked from commit f29796f) Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
part of osrf/ros2_test_cases#954