Skip to content

Commit 9a724c0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensing/pointcloud_preprocessor/docs/distortion-corrector.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Since the LiDAR sensor scans by rotating an internal laser, the resulting point
88

99
## Inner-workings / Algorithms
1010

11-
The node utilizes twist information (linear velocity and angular velocity) from the `~/input/twist` topic. If the user sets `use_imu` to true, the node will replace the twist's angular velocity with the IMU's angular velocity. Afterward, the node will undistort all of the points one by one based on the velocity information.
11+
The node utilizes twist information (linear velocity and angular velocity) from the `~/input/twist` topic. If the user sets `use_imu` to true, the node will replace the twist's angular velocity with the angular velocity from IMU. Afterward, the node will undistort all of the points one by one based on the velocity information.
1212

1313
The node also supports two different kinds of distortion methods: 2D distortion correction and 3D distortion correction. The main difference is that the 2D distortion corrector only utilizes the x-axis of linear velocity and the z-axis of angular velocity to correct the points. On the other hand, the 3D distortion corrector utilizes all linear and angular velocity components to correct the points.
1414

0 commit comments

Comments
 (0)