-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixing misleading Zenoh usage in try-some-example #5954 #5957
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.
Here is just a suggestion from me.
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.
@MrBearing thanks for taking care of this.
i think more straight-forward way to roll this back is that,
in this way, it can be easy to track which commits are reverted in the git history.
f371b7d
to
4819526
Compare
@Mergifyio rebase |
✅ Branch has been successfully rebased |
4819526
to
3776959
Compare
* Revert "Enable Zenoh router to make the post-install example work (#5858)" This reverts commit b684b72. * Revert "Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)" This reverts commit 86d8c1a. * Added link to RMW implementations page. (cherry picked from commit ecc26c2)
* Revert "Enable Zenoh router to make the post-install example work (#5858)" This reverts commit b684b72. * Revert "Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)" This reverts commit 86d8c1a. * Added link to RMW implementations page. (cherry picked from commit ecc26c2)
* Revert "Enable Zenoh router to make the post-install example work (#5858)" This reverts commit b684b72. * Revert "Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)" This reverts commit 86d8c1a. * Added link to RMW implementations page. (cherry picked from commit ecc26c2) # Conflicts: # source/Installation/RHEL-Install-RPMs.rst # source/Installation/Ubuntu-Install-Debs.rst
* Revert "Enable Zenoh router to make the post-install example work (#5858)" This reverts commit b684b72. * Revert "Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)" This reverts commit 86d8c1a. * Added link to RMW implementations page. (cherry picked from commit ecc26c2) Co-authored-by: Takumi Okamoto <[email protected]>
* Revert "Enable Zenoh router to make the post-install example work (#5858)" This reverts commit b684b72. * Revert "Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)" This reverts commit 86d8c1a. * Added link to RMW implementations page. (cherry picked from commit ecc26c2) Co-authored-by: Takumi Okamoto <[email protected]>
…) (#5977) * Fixing misleading Zenoh usage in try-some-example #5954 (#5957) * Revert "Enable Zenoh router to make the post-install example work (#5858)" This reverts commit b684b72. * Revert "Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)" This reverts commit 86d8c1a. * Added link to RMW implementations page. (cherry picked from commit ecc26c2) # Conflicts: # source/Installation/RHEL-Install-RPMs.rst # source/Installation/Ubuntu-Install-Debs.rst * resolve conflicts. Signed-off-by: Tomoya.Fujita <[email protected]> --------- Signed-off-by: Tomoya.Fujita <[email protected]> Co-authored-by: Takumi Okamoto <[email protected]> Co-authored-by: Tomoya.Fujita <[email protected]>
…nal commands
Description
On the following documentation page:
📄 Installation Ubuntu (deb packages)
the “try-some-example” section contains the following instruction:
This step asks users to run rmw_zenohd, but the section neither switches the RMW implementation to Zenoh nor installs ros-jazzy-rmw-zenoh-cpp beforehand.
As a result, the command will likely fail or have no effect — and more importantly, it may mislead newcomers into thinking that running rmw_zenohd is always required for ROS 2, even though the example itself does not use Zenoh.
This issue related this PR
Fixes # (5954)
Did you use Generative AI?
No
Additional Information