Commit cfed5d6
authored
Use new Blueberry
* Implement create and destroy methods for service and client (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Implement wrapper classes for client and server and add type introspection methods accordingly (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Update Readme (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Implement 'rmw_send_request', 'rmw_take_request' and 'rmw_take_response'
(#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Add fixed-size path for 'rmw_send_response' and 'rmw_take_response' (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Create server and client abstraction (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Fix 'is_fixed_size' for ROS 2 services (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Properly destroy services and clients and add serialization for services
(#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Fix typo leading to a segfault (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Attach servers and clients to waitset (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Remove debug prints and add de-serialization to 'rmw_send_response' (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Add missing remove-from-waitset part (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Do not send 'request_header' over user payload (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Properly save the sample in 'rwm_take_request' (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Fix lost responses issue (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Implement 'rmw_get_service_names_and_types' (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Format all the things (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Update CI and docs (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Add copyright notice to all touched files (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Fix cpplint warnings (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Update Ubuntu version to be able to build for humble (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Check request pointer for 'nullptr' (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Remove out-commented code and implement setting the GUID (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Move the code to inside the happy-path lambda for client server communication (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Use default alignment when loaning for request/response (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Remove sleeps in 'rmw_send_response' as fix will be in 'v2.0.3' release (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Update version number in package.xml (#76)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
---------
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>v2.0.3 feature request-response and its discovery (#84)1 parent b8d5472 commit cfed5d6
File tree
26 files changed
+1110
-84
lines changed- .github/workflows
- rmw_iceoryx_cpp
- include/rmw_iceoryx_cpp
- src
- internal
- types
26 files changed
+1110
-84
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 25 | | |
39 | 26 | | |
40 | 27 | | |
| |||
47 | 34 | | |
48 | 35 | | |
49 | 36 | | |
50 | | - | |
| 37 | + | |
51 | 38 | | |
52 | 39 | | |
53 | 40 | | |
| |||
154 | 141 | | |
155 | 142 | | |
156 | 143 | | |
157 | | - | |
158 | | - | |
| 144 | + | |
| 145 | + | |
159 | 146 | | |
160 | 147 | | |
161 | 148 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
29 | 41 | | |
30 | 42 | | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
30 | 42 | | |
31 | 43 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
| 48 | + | |
41 | 49 | | |
42 | 50 | | |
| 51 | + | |
| 52 | + | |
43 | 53 | | |
44 | 54 | | |
| 55 | + | |
45 | 56 | | |
46 | 57 | | |
| 58 | + | |
47 | 59 | | |
48 | 60 | | |
49 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
53 | 90 | | |
0 commit comments