|
Formula Student Autonomous Systems
The code for the main driverless system
|
Constants and helper functions for accessing LiDAR point cloud data. More...
Functions | |
| constexpr size_t | PointX (size_t idx) |
| constexpr size_t | PointY (size_t idx) |
| constexpr size_t | PointZ (size_t idx) |
| constexpr size_t | PointIntensity (size_t idx) |
| constexpr size_t | PointRing (size_t idx) |
| constexpr size_t | PointTimestamp (size_t idx) |
Variables | |
| constexpr size_t | POINT_STEP = 26 |
| constexpr size_t | OFFSET_X = 0 |
| constexpr size_t | OFFSET_Y = 4 |
| constexpr size_t | OFFSET_Z = 8 |
| constexpr size_t | OFFSET_INTENSITY = 12 |
| constexpr size_t | OFFSET_RING = 16 |
| constexpr size_t | OFFSET_TIMESTAMP = 18 |
Constants and helper functions for accessing LiDAR point cloud data.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 23 of file lidar_point.hpp.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexpr |
Definition at line 14 of file lidar_point.hpp.
|
constexpr |
Definition at line 15 of file lidar_point.hpp.
|
constexpr |
Definition at line 16 of file lidar_point.hpp.
|
constexpr |
Definition at line 11 of file lidar_point.hpp.
|
constexpr |
Definition at line 12 of file lidar_point.hpp.
|
constexpr |
Definition at line 13 of file lidar_point.hpp.
|
constexpr |
Definition at line 10 of file lidar_point.hpp.