Skip to content

Commit 165e3f2

Browse files
committed
docs(aeva): add XYZVIRCAEDT point type
1 parent ce6eee2 commit 165e3f2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/point_types.md

+16
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,19 @@ These definitions can be found in the `nebula_common/include/point_types.hpp`.
5454
| `azimuth` | `float` | `degrees` | Contains the azimuth of the current point. |
5555
| `distance` | `float` | `m` | Contains the distance from the sensor origin to this echo on the XY plane. |
5656
| `timestamp` | `float` | `ns` | Contains the relative time to the triggered scan time. |
57+
58+
## PointXYZVIRCAEDT
59+
60+
| Field | Type | Units | Description |
61+
| ------------- | -------- | ----- | --------------------------------------------------------------------------- |
62+
| `x` | `float` | `m` | The point's cartesian x coordinate. |
63+
| `y` | `float` | `m` | The point's cartesian y coordinate. |
64+
| `z` | `float` | `m` | The point's cartesian z coordinate. |
65+
| `v` | `float` | `m/s` | The point's velocity component in the direction of the sensor's origin. |
66+
| `intensity` | `uint8` | | The intensity of the return as reported by the sensor. |
67+
| `return type` | `uint8` | | Whether the point was the first, strongest, last, etc. of multiple returns. |
68+
| `channel` | `uint16` | | The ID of the laser channel that produced the point. |
69+
| `azimuth` | `float` | `rad` | The point's azimuth in polar coordinates. |
70+
| `elevation` | `float` | `rad` | The point's elevation in polar coordinates. |
71+
| `distance` | `float` | `m` | The point's distance from the sensor origin. |
72+
| `timestamp` | `uint32` | `ns` | The time the point was detected relative to the pointcloud timestamp. |

0 commit comments

Comments
 (0)