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

add rmw zenoh support to rmw plugin #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tfoote
Copy link
Collaborator

@tfoote tfoote commented Jan 26, 2025

Fixes #307

@@ -4,7 +4,7 @@
@[ if rmw ]@
RUN \
if [ -z "${ROS_DISTRO}" ]; then echo "ROS_DISTRO is unset cannot override RMW" ; exit 1 ; fi ;\
if dpkg -l @(' '.join(packages)) > /dev/null 2>&1; then \
if ! dpkg -l @(' '.join(packages)) | grep -q ^ii ; then \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't detecting if the package was installed, just if it was in the database.

Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will leave this comment here:

zenoh requires to launch the zenoh router. Can we add a flag to launch the zenoh route too ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for rmw zenoh to the RMW extension
2 participants