-
## Required information
**Operating system:**
Ubuntu 18.04 LTS
**Compiler version:**
GCC 7.5.0
**Iceoryx versioin:**
0.90.0.0
**Observed result or behaviour:**
I created a structure wh…
-
## Brief feature description
We already had runnables on the old API. These can be used to group publishers and subscribers. E.g. it is already used by rmw_iceoryx to represent ROS nodes. We need t…
-
## Brief feature description
Iceoryx requires event driven callbacks for events like:
- a subscriber:
- has a new sample received
- has a sample lost
- is subscribed
- is unsubscri…
-
## Brief feature description
Currently are contributing multiple parties into iceoryx who are creating/modifying sourcecode files. To ensure the copyrights of each contributing party there is a fileh…
-
## Brief feature description
Currently the application name has to start with a leading slash. This exposes an implementation details, since that name is used for the message queue name. Since ther…
-
@eclipse/technology-iceoryx-committers
Currently, iceoryx is directly in the eclipse organization. For the future we want to create more repos shich belong to iceoryx so it make sense to create an …
-
As a first time user, I intuitively build iceoryx with `./tools/iceoryx_build_test.sh debug build-all`. This unfortunately fails with
```
CMake Error at /usr/local/share/cmake-3.18/Modules/FindPacka…
-
## Required information
**Operating system:**
Mac OS Mojave
**Compiler version:**
Apple clang version 11.0.0 (clang-1100.0.33.12)
Target: x86_64-apple-darwin18.6.0
**Observed result or beh…
-
## Required information
**Operating system:**
E.g. Ubuntu 18.04 LTS
**Compiler version:**
E.g. GCC 7.4.0
One topic is published by one puber, and received by one subscriber.
Repeatedly s…
-
_Originally posted by @budrus in https://github.com/eclipse/iceoryx/pull/360#discussion_r535725529_
How do we prevent this? With the old API people were more aware that they should not copy pointer…