Apollo  v5.5.0
Open source self driving car software
Public Attributes | List of all members
apollo::perception::benchmark::PointXYZIL Struct Reference

#include <types.h>

Collaboration diagram for apollo::perception::benchmark::PointXYZIL:
Collaboration graph

Public Attributes

float x = 0.f
 
float y = 0.f
 
float z = 0.f
 
float intensity = 0.f
 
uint32_t label = 0
 

Member Data Documentation

◆ intensity

float apollo::perception::benchmark::PointXYZIL::intensity = 0.f

◆ label

uint32_t apollo::perception::benchmark::PointXYZIL::label = 0

◆ x

float apollo::perception::benchmark::PointXYZIL::x = 0.f

◆ y

float apollo::perception::benchmark::PointXYZIL::y = 0.f

◆ z

float apollo::perception::benchmark::PointXYZIL::z = 0.f

The documentation for this struct was generated from the following file: