Skip to content

Commit

Permalink
Merge pull request #1035 from tier4/sync-upstream
Browse files Browse the repository at this point in the history
chore: sync upstream
  • Loading branch information
tier4-autoware-public-bot[bot] authored Nov 22, 2023
2 parents 877cc4f + c7380db commit ceb1ce1
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 6 deletions.
18 changes: 12 additions & 6 deletions perception/image_projection_based_fusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,29 @@ current default value at autoware.universe for TIER IV Robotaxi are: - input_off
![roi_sync_image2](./docs/images/roi_sync_2.png)

The subscription status of the message is signed with 'O'.

1.if a pointcloud message is subscribed under the below condition:
| | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |

| | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
| subscription status | | O | O | O |
| subscription status | | O | O | O |

If the roi msgs can be matched, fuse them and postprocess the pointcloud message.
Otherwise, fuse the matched roi msgs and cache the pointcloud.

2.if a pointcloud message is subscribed under the below condition:
| | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |

| | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
| subscription status | | O | O | |
| subscription status | | O | O | |

if the roi msgs can be matched, fuse them and cache the pointcloud.

3.if a pointcloud message is subscribed under the below condition:
| | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |

| | pointcloud | roi msg 1 | roi msg 2 | roi msg 3 |
| :-----------------: | :--------: | :-------: | :-------: | :-------: |
| subscription status | O | O | O | |
| subscription status | O | O | O | |

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.
If the roi msg 3 is not subscribed before the next pointcloud message coming or timeout, postprocess the pointcloud message as it is.
Expand Down
3 changes: 3 additions & 0 deletions perception/image_projection_based_fusion/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<description>The image_projection_based_fusion package</description>
<maintainer email="[email protected]">Yukihiro Saito</maintainer>
<maintainer email="[email protected]">Yusuke Muramatsu</maintainer>
<maintainer email="[email protected]">Shunsuke Miura</maintainer>
<maintainer email="[email protected]">Yoshi Ri</maintainer>
<maintainer email="[email protected]">badai nguyen</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
Expand Down
2 changes: 2 additions & 0 deletions planning/surround_obstacle_checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ As mentioned in stop condition section, it prevents chattering by changing thres

## Parameters

{{ json_to_markdown("planning/surround_obstacle_checker/schema/surround_obstacle_checker.schema.json") }}

| Name | Type | Description | Default value |
| :-------------------------------- | :------- | :------------------------------------------------------------------------------------- | :------------ |
| `use_pointcloud` | `bool` | Use pointcloud as obstacle check | `true` |
Expand Down
Loading

0 comments on commit ceb1ce1

Please sign in to comment.