You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ so he can stream his favorite [video](https://www.youtube.com/watch?v=g5NkgZXWl0
53
53
54
54
## Download
55
55
56
+
<!--
56
57
Either download our pre-built daemon (called RouDi) and our runtime lib or build everything yourself.
57
58
58
59
### Release
@@ -61,6 +62,7 @@ Either download our pre-built daemon (called RouDi) and our runtime lib or build
61
62
dpkg -i iceoryx.deb
62
63
63
64
You've sucessfully installed iceoryx! Continue with the section examples to see how to get started developing applications using iceoryx.
65
+
-->
64
66
65
67
### Development
66
68
@@ -81,29 +83,29 @@ iceoryx_utils and iceoryx_posh are deployed as independent cmake packages. Posh
81
83
For the first start we advise to use our build-test script for building everything.
82
84
83
85
git clone https://github.com/eclipse/iceoryx.git
84
-
./tools/iceoryx_build-test.sh
86
+
./tools/iceoryx_build_test.sh
85
87
86
88
In default-mode the script is not building the provided test. For a clean build just add "clean" as first argument to the script.
87
89
88
90
#### Build with tests
89
91
90
92
To build iceoryx with tests, just add "test" as first argument to the script.
91
93
92
-
./tools/iceoryx_build-test.sh test
94
+
./tools/iceoryx_build_test.sh test
93
95
94
96
The Googletest-Framework will be automatically fetched from github and the test will be executed and the end of the script.
95
97
96
98
Congrats! You've build all the necessary things to continue playing around with the examples.
97
99
98
100
## Examples
99
101
100
-
Great that your still here, time for code! The following examples give you a quick and easy introduction into the inner
102
+
Great that you're still here, time for code! The following examples give you a quick and easy introduction into the inner
101
103
workings of iceoryx. We hope you enjoy our sightseeing tour!
102
104
103
105
|Name | Description | Technologies |
104
106
|---|---|---|
105
-
|[icedelivery](./examples/icedelivery)| Transfer data between POSIX applications |[SoA](https://en.wikipedia.org/wiki/Service-oriented_architecture), service description |
106
-
|[ros-on-ice](http://link.to.ros.implementation)| See how iceoryx can be used inside the robot operating system (will come)| ROS, RMW |
107
+
|[icedelivery](./iceoryx_examples/icedelivery)| Transfer data between POSIX applications |[SoA](https://en.wikipedia.org/wiki/Service-oriented_architecture), service description |
108
+
|[rmw_iceoryx](https://github.com/ros2/rmw_iceoryx)| See how iceoryx can be used inside the robot operating system | ROS, RMW |
107
109
108
110
Is something missing or you've got ideas for other nifty examples? Jump right away to the next section!
0 commit comments