Commit 864e769
* Add include header <stdexcept> (#59)
1. <stdexcept> is needed by std::runtime_error
Signed-off-by: Homalozoa <xuhaiwang@xiaomi.com>
* Fix Python support by using C type support for message name lookup (#70)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Add gid support (#72)
* Implement rmw_compare_gids_equal()
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Use UniquePortId from iceoryx
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Remove typo in function name and simplify array passing
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Implement `rmw_qos_profile_check_compatible` (#73)
* Implement rmw_qos_profile_check_compatible
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Move comments to article on iceoryx.io
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Remove the ROS 2 bridge as discussed in #56 (#71)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* fix demo codes pod_loaded_msg by sample codes (#44)
https://github.com/ros2/demos/blob/master/demo_nodes_cpp/src/topics/talker_loaned_message.cpp
Signed-off-by: zongbao feng <mickeyouou@gmail.com>
* Fix code example in main README.md (#74)
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Adapt GID generation to Blueberry API
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
* Added empty implementations for new rmw API
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Co-authored-by: Homalozoa X <21300069+homalozoa@users.noreply.github.com>
Co-authored-by: Zongbao Feng <mickeyouou@gmail.com>
1 parent 6a0a31e commit 864e769
File tree
28 files changed
+210
-1018
lines changed- .github/workflows
- iceoryx_ros2_bridge
- src
- rmw_iceoryx_cpp
- src
- internal
- types
28 files changed
+210
-1018
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | 165 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments