Skip to content

Commit

Permalink
fix(autoware_pointcloud_preprocessor): fix image display in distortio…
Browse files Browse the repository at this point in the history
…n corrector (autowarefoundation#9761)

fix: fix image display

Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf authored and kminoda committed Dec 25, 2024
1 parent 8673ced commit 1e4b571
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,9 @@ ros2 launch autoware_pointcloud_preprocessor distortion_corrector.launch.xml
- `hesai`: (x: 90 degrees, y: 0 degrees)
- `others`: (x: 0 degrees, y: 90 degrees) and (x: 270 degrees, y: 0 degrees)

<table>
<tr>
<td><img src="./image/velodyne.drawio.png" alt="velodyne azimuth coordinate"></td>
<td><img src="./image/hesai.drawio.png" alt="hesai azimuth coordinate"></td>
</tr>
<tr>
<td><p style="text-align: center;">Velodyne azimuth coordinate</p></td>
<td><p style="text-align: center;">Hesai azimuth coordinate</p></td>
</tr>
</table>
| ![Velodyne Azimuth Coordinate](./image/velodyne.drawio.png) | ![Hesai Azimuth Coordinate](./image/hesai.drawio.png) |
| :---------------------------------------------------------: | :---------------------------------------------------: |
| **Velodyne azimuth coordinate** | **Hesai azimuth coordinate** |

## References/External links

Expand Down

0 comments on commit 1e4b571

Please sign in to comment.