Skip to content

Commit 5ed6a00

Browse files
committed
fix readme
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
1 parent 5c9e0d0 commit 5ed6a00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sensing/pointcloud_preprocessor/docs/distortion-corrector.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Please note that the processing time difference between the two distortion metho
3636

3737
### Core Parameters
3838

39-
| Name | Type | Default Value | Description |
40-
| ------------------------------ | ------ | ------------- | ----------------------------------------------------------- |
41-
| `timestamp_field_name` | string | "time_stamp" | Name of time stamp field. |
42-
| `use_imu` | bool | true | Use gyroscope for yaw rate if true, else use vehicle status |
43-
| `use_3d_distortion_correction` | bool | | Use 3d correction if true, otherwise use 2d correction |
39+
| Name | Type | Default Value | Description |
40+
| ------------------------------ | -------- | ------------- | ----------------------------------------------------------- |
41+
| `timestamp_field_name` | `string` | `time_stamp` | Name of time stamp field. |
42+
| `use_imu` | `bool` | `true` | Use gyroscope for yaw rate if true, else use vehicle status |
43+
| `use_3d_distortion_correction` | `bool` | | Use 3d correction if true, otherwise use 2d correction |
4444

4545
## Assumptions / Known limits
4646

0 commit comments

Comments
 (0)