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

Is Iceoryx supported in binaray installed cyclonedds (by apt install) #2100

Open
felixf4xu opened this issue Oct 2, 2024 · 1 comment
Open

Comments

@felixf4xu
Copy link

Hi,

I installed ros2 humble in binary form, by apt installs, then I also installed cyclonedds and iceoryx in binary form (by apt install).

I'd like to check in this case, if iceoryx is supported in cyclonedds? Do I need any configuration to enable it?

@t0ny-peng
Copy link
Contributor

I guess not. Installing cyclonedds-dev from apt source doesn't get you libpsmx_iox.so. Therefore we always compile from source to enable SHM.

However Iceoryx packages are indeed dependencies of the cyclonedds-dev package

root@ec3f1c351002:/# apt install cyclonedds-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  cyclonedds-tools libcycloneddsidl0 libddsc0 libiceoryx-binding-c-dev libiceoryx-binding-c1 libiceoryx-platform1 libiceoryx-posh-config1 libiceoryx-posh-dev libiceoryx-posh-gateway1
  libiceoryx-posh-roudi1 libiceoryx-posh1 libiceoryx-utils-dev libiceoryx-utils1
Suggested packages:
  iceoryx-doc
The following NEW packages will be installed:
  cyclonedds-dev cyclonedds-tools libcycloneddsidl0 libddsc0 libiceoryx-binding-c-dev libiceoryx-binding-c1 libiceoryx-platform1 libiceoryx-posh-config1 libiceoryx-posh-dev
  libiceoryx-posh-gateway1 libiceoryx-posh-roudi1 libiceoryx-posh1 libiceoryx-utils-dev libiceoryx-utils1
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.

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

No branches or pull requests

2 participants