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;
TSharedPtr< const FActorInfo > carla::rpc::ActorState UWorld * World
carla::sensor::data::LidarData FLidarData
carla::sensor::data::LidarDetection FDetection
Helper class to store and serialize the data generated by a RawLidar.