20 #include "RayCastLidar.generated.h"    38   virtual 
void PostPhysTick(UWorld *World, ELevelTick TickType, 
float DeltaTime);
    43   FDetection ComputeDetection(const FHitResult& HitInfo, const FTransform& SensorTransf) const;
    45   void PreprocessRays(uint32_t Channels, uint32_t MaxPointsPerChannel) override;
    46   bool PostprocessDetection(
FDetection& Detection) const;
    48   void ComputeAndSaveDetections(const FTransform& SensorTransform) override;
    53   bool DropOffGenActive;
 Helper class to store and serialize the data generated by a RawLidar. 
 
This file contains definitions of common data structures used in traffic manager. ...
 
A definition of a Carla Actor with all the variation and attributes. 
 
A ray-cast based Lidar sensor. 
 
A ray-cast based Lidar sensor. 
 
A description of a Carla Actor with all its variation. 
 
Helper class to store and serialize the data generated by a Lidar.