Documentation ¶
Overview ¶
Package lidar implements the Lidar sensor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lidar ¶
type Lidar struct { Name string // contains filtered or unexported fields }
Lidar represents a LIDAR sensor.
func (Lidar) GetData ¶
func (lidar Lidar) GetData(ctx context.Context) (pointcloud.PointCloud, error)
GetData returns data from the lidar sensor.
Click to show internal directories.
Click to hide internal directories.