@@ -57,16 +57,16 @@ These definitions can be found in the `nebula_common/include/point_types.hpp`.
57
57
58
58
## PointXYZVIRCAEDT
59
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. |
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
+ | ` distance_rate ` | ` 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