Skip to content

Commit

Permalink
Update cartesian method description
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Sep 16, 2024
1 parent 485fef3 commit 0efdefa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/impl/cartesian.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ namespace ouster {
* LidarScan.
* @param[in] direction the direction of an xyz lut.
* @param[in] offset the offset of an xyz lut.
* @param[in] invalid the value to assign of an xyz lut.
* @param[in] min_range minimum lidar range to consider (millimeters).
* @param[in] max_range maximum lidar range to consider (millimeters).
* @param[in] invalid the value to assign of an xyz lut when range values are
* equal to or exceed the min_range and max_range values.
*
* @return Cartesian points where ith row is a 3D point which corresponds
* to ith pixel in LidarScan where i = row * w + col.
Expand Down

0 comments on commit 0efdefa

Please sign in to comment.