We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
cyclonedds-dev
libpsmx_iox.so
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: