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

Remove duplicate argument to ros2 pkg create in tutorial page (#4103) #4104

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

ivanperez-keera
Copy link
Contributor

The tutorial page to create the first ROS2 package instructs users to pass the --license argument twice when calling ros2 pkg create.

Using --license twice has the effect that the first license in the argument list is ignored. There's no point in adding this twice, it just confuses users and makes the line longer.

This commit removes the second --license Apache-2.0 in the line for both the CMake and Python variants of the command.

@ivanperez-keera ivanperez-keera force-pushed the rolling branch 2 times, most recently from c7f671a to 16a6487 Compare January 15, 2024 03:41
@ivanperez-keera ivanperez-keera marked this pull request as draft January 15, 2024 03:41
@ivanperez-keera ivanperez-keera marked this pull request as ready for review January 15, 2024 03:42
@ivanperez-keera ivanperez-keera changed the title Remove duplicate argument to ros2 pkg create in tutorial page (#4103). Remove duplicate argument to ros2 pkg create in tutorial page (#4103) Jan 15, 2024
@clalancette clalancette added the backport-all backport at reviewers discretion; from rolling to all versions label Jan 16, 2024
The tutorial page to create the first ROS2 package instructs users to
pass the `--license` argument twice when calling `ros2 pkg create`.

Using `--license` twice has the effect that the first license in the
argument list is ignored. There's no point in adding this twice, it just
confuses users and makes the line longer.

This commit removes the second `--license Apache-2.0` in the line for
both the CMake and Python variants of the command.
@clalancette clalancette merged commit eca844a into ros2:rolling Jan 16, 2024
3 checks passed
mergify bot pushed a commit that referenced this pull request Jan 16, 2024
The tutorial page to create the first ROS2 package instructs users to
pass the `--license` argument twice when calling `ros2 pkg create`.

Using `--license` twice has the effect that the first license in the
argument list is ignored. There's no point in adding this twice, it just
confuses users and makes the line longer.

This commit removes the second `--license Apache-2.0` in the line for
both the CMake and Python variants of the command.

(cherry picked from commit eca844a)
mergify bot pushed a commit that referenced this pull request Jan 16, 2024
The tutorial page to create the first ROS2 package instructs users to
pass the `--license` argument twice when calling `ros2 pkg create`.

Using `--license` twice has the effect that the first license in the
argument list is ignored. There's no point in adding this twice, it just
confuses users and makes the line longer.

This commit removes the second `--license Apache-2.0` in the line for
both the CMake and Python variants of the command.

(cherry picked from commit eca844a)
clalancette pushed a commit that referenced this pull request Jan 16, 2024
#4112)

The tutorial page to create the first ROS2 package instructs users to
pass the `--license` argument twice when calling `ros2 pkg create`.

Using `--license` twice has the effect that the first license in the
argument list is ignored. There's no point in adding this twice, it just
confuses users and makes the line longer.

This commit removes the second `--license Apache-2.0` in the line for
both the CMake and Python variants of the command.

(cherry picked from commit eca844a)

Co-authored-by: Ivan Perez, PhD <[email protected]>
clalancette pushed a commit that referenced this pull request Jan 16, 2024
#4113)

The tutorial page to create the first ROS2 package instructs users to
pass the `--license` argument twice when calling `ros2 pkg create`.

Using `--license` twice has the effect that the first license in the
argument list is ignored. There's no point in adding this twice, it just
confuses users and makes the line longer.

This commit removes the second `--license Apache-2.0` in the line for
both the CMake and Python variants of the command.

(cherry picked from commit eca844a)

Co-authored-by: Ivan Perez, PhD <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-all backport at reviewers discretion; from rolling to all versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants