Skip to content

Commit ceb1ce1

Browse files
Merge pull request #1035 from tier4/sync-upstream
chore: sync upstream
2 parents 877cc4f + c7380db commit ceb1ce1

File tree

4 files changed

+414
-6
lines changed

4 files changed

+414
-6
lines changed

perception/image_projection_based_fusion/README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,29 @@ current default value at autoware.universe for TIER IV Robotaxi are: - input_off
2222
![roi_sync_image2](./docs/images/roi_sync_2.png)
2323

2424
The subscription status of the message is signed with 'O'.
25+
2526
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 |
2729
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
28-
| subscription status | | O | O | O |
30+
| subscription status | | O | O | O |
2931

3032
If the roi msgs can be matched, fuse them and postprocess the pointcloud message.
3133
Otherwise, fuse the matched roi msgs and cache the pointcloud.
34+
3235
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 |
3438
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
35-
| subscription status | | O | O | |
39+
| subscription status | | O | O | |
3640

3741
if the roi msgs can be matched, fuse them and cache the pointcloud.
42+
3843
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 |
4046
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
41-
| subscription status | O | O | O | |
47+
| subscription status | O | O | O | |
4248

4349
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.
4450
If the roi msg 3 is not subscribed before the next pointcloud message coming or timeout, postprocess the pointcloud message as it is.

perception/image_projection_based_fusion/package.xml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<description>The image_projection_based_fusion package</description>
77
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
88
<maintainer email="yusuke.muramatsu@tier4.jp">Yusuke Muramatsu</maintainer>
9+
<maintainer email="shunsuke.miura@tier4.jp">Shunsuke Miura</maintainer>
10+
<maintainer email="yoshi.ri@tier4.jp">Yoshi Ri</maintainer>
11+
<maintainer email="dai.nguyen@tier4.jp">badai nguyen</maintainer>
912
<license>Apache License 2.0</license>
1013

1114
<buildtool_depend>ament_cmake_auto</buildtool_depend>

planning/surround_obstacle_checker/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ As mentioned in stop condition section, it prevents chattering by changing thres
101101

102102
## Parameters
103103

104+
{{ json_to_markdown("planning/surround_obstacle_checker/schema/surround_obstacle_checker.schema.json") }}
105+
104106
| Name | Type | Description | Default value |
105107
| :-------------------------------- | :------- | :------------------------------------------------------------------------------------- | :------------ |
106108
| `use_pointcloud` | `bool` | Use pointcloud as obstacle check | `true` |

0 commit comments

Comments
 (0)