@@ -22,23 +22,29 @@ current default value at autoware.universe for TIER IV Robotaxi are: - input_off
22
22
![ roi_sync_image2] ( ./docs/images/roi_sync_2.png )
23
23
24
24
The subscription status of the message is signed with 'O'.
25
+
25
26
1.if a pointcloud message is subscribed under the below condition:
26
- | | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
27
+
28
+ | | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
27
29
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
28
- | subscription status | | O | O | O |
30
+ | subscription status | | O | O | O |
29
31
30
32
If the roi msgs can be matched, fuse them and postprocess the pointcloud message.
31
33
Otherwise, fuse the matched roi msgs and cache the pointcloud.
34
+
32
35
2.if a pointcloud message is subscribed under the below condition:
33
- | | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
36
+
37
+ | | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
34
38
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
35
- | subscription status | | O | O | |
39
+ | subscription status | | O | O | |
36
40
37
41
if the roi msgs can be matched, fuse them and cache the pointcloud.
42
+
38
43
3.if a pointcloud message is subscribed under the below condition:
39
- | | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
44
+
45
+ | | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
40
46
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
41
- | subscription status | O | O | O | |
47
+ | subscription status | O | O | O | |
42
48
43
49
If the roi msg 3 is subscribed before the next pointcloud message coming or timeout, fuse it if matched, otherwise wait for the next roi msg 3.
44
50
If the roi msg 3 is not subscribed before the next pointcloud message coming or timeout, postprocess the pointcloud message as it is.
0 commit comments