Updated: October 28, 2024 |
Bit settings for the sensor_buffer_t flag field for data of type SENSOR_FORMAT_LIDAR_POLAR
#include <sensor/sensor_lidar.h>
typedef enum { FLAG_LP_REFLECTIVITY = 1, FLAG_LP_LASER_ID = 2, FLAG_LP_FLAG = 4, FLAG_LP_AZIMUTH = 8, FLAG_LP_ELEVATION = 0x10, FLAG_LP_DISTANCE = 0x20 } sensor_flag_lidar_polar_t;
This enumeration represents bits in the flag field that when set, indicate the data fields in the sensor_lidar_polar_t structure that are defined for this buffer.