From bf2fe40d493168534bca53162a9c469b44f74240 Mon Sep 17 00:00:00 2001
From: Daniel Santos-Olivan Instance Variables
+- **point** (_[carla.Location](#carla.Location)_)
+Point in xyz coordinates.
+- **intensity** (_float_)
+Computed intensity for this point.
+
+Methods
+
+Dunder methods
+- **\__str__**(**self**)
+
+---
+
## carla.LidarMeasurement
Class that defines the lidar data retrieved by a sensor.lidar.ray_cast. This essentially simulates a rotating lidar using ray-casting. Learn more about this [here](ref_sensors.md#lidar-raycast-sensor). @@ -1031,7 +1047,7 @@ Retrieves the number of points sorted by channel that are generated by this meas
- **\__getitem__**(**self**, **pos**=int) - **\__iter__**(**self**) - **\__len__**(**self**) -- **\__setitem__**(**self**, **pos**=int, **location**=[carla.Location](#carla.Location)) +- **\__setitem__**(**self**, **pos**=int, **detection**=[carla.LidarDetection](#carla.LidarDetection)) - **\__str__**(**self**) ---