-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Porting across bloom documentation #2375
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
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.
Thank you for starting this! As you mentioned that you have not tested it yet, I will just leave some high-level suggestions. Can you check the build status and fix the warnings on trailing whitespaces and missing newlines at end of files?
I would also suggest to make every sentence to be completely on a one line, this makes reviewing much easier.
Finally, I would like to leave the Minor differences from ROS 1 Bloom section somewhere, as it still may be useful for developers migrating to ROS 2.
e092295 to
f256d67
Compare
|
@kurshakuz |
|
It hint to the package maintainer can be to ensure that a clean and up-to-date |
My understanding is that bloom ensures it is up-to-date (it always runs |
|
FYI - I am still working on it but still requires time. It isn't ready to be reviewed yet. |
|
It would be nice to have a checklist for keeping track of what has been ported or not (perhaps in #2357). Also, it would probably be easiest for us as reviewers if this was split into several smaller PRs, like one ported page, or one small but related group of pages. @ijnek, thanks for taking on this large task! |
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
…istro Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
|
@clalancette Thank you for reviewing so quickly! |
…ials Signed-off-by: Kenji Brameld <[email protected]>
clalancette
left a comment
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.
All right, just a few more minor fixes, then this will be good to go.
| Release-Track | ||
|
|
||
| **Releasing a package makes your package available on the public ROS 2 buildfarm.** | ||
| After you have created a package, this is the next step towards getting your package into the publicly available Debian packages! |
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 think we can just remove this sentence now, as it is redundant with the next one.
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.
This should be good now
Signed-off-by: Kenji Brameld <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: Kenji Brameld <[email protected]>
clalancette
left a comment
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.
This is absolutely fantastic. Thanks again @ijnek for all of the work here, and the iteration. I'm going to go ahead and merge this, and also backport to the other distributions.
* Port across all of the bloom documentation from wiki.ros.org, updating it for ROS 2 in the process. Signed-off-by: Kenji Brameld <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> (cherry picked from commit 90c48da)
* Port across all of the bloom documentation from wiki.ros.org, updating it for ROS 2 in the process. Signed-off-by: Kenji Brameld <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> (cherry picked from commit 90c48da)
* Port across all of the bloom documentation from wiki.ros.org, updating it for ROS 2 in the process. Signed-off-by: Kenji Brameld <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> (cherry picked from commit 90c48da)
* Port across all of the bloom documentation from wiki.ros.org, updating it for ROS 2 in the process. Signed-off-by: Kenji Brameld <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> (cherry picked from commit 90c48da) Co-authored-by: Kenji Brameld <[email protected]>
* Port across all of the bloom documentation from wiki.ros.org, updating it for ROS 2 in the process. Signed-off-by: Kenji Brameld <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> (cherry picked from commit 90c48da) Co-authored-by: Kenji Brameld <[email protected]>
* Port across all of the bloom documentation from wiki.ros.org, updating it for ROS 2 in the process. Signed-off-by: Kenji Brameld <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> (cherry picked from commit 90c48da) Co-authored-by: Kenji Brameld <[email protected]>
Resolves: #2357
It would be great to address as many issues as we can while porting the documentation across.
I haven't tried out the new instructions yet.