Documentation
¶
Overview ¶
Package lidar provides methods to invoke procedures in the LiDAR service.
From service docs: laserDist service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Laser ¶
Laser - a LaserDist laser.
func NewLaser ¶
func NewLaser(id uint64, client *krpcgo.KRPCClient) *Laser
NewLaser creates a new Laser.
func (*Laser) Cloud ¶
Cloud - get the point cloud from the LiDAR. Returns an empty list on failure.
Allowed game scenes: any.
func (*Laser) CloudStream ¶
CloudStream - get the point cloud from the LiDAR. Returns an empty list on failure.
Allowed game scenes: any.
type LiDAR ¶
type LiDAR struct {
Client *krpcgo.KRPCClient
}
LiDAR - laserDist service.
func (*LiDAR) Available ¶
Available - check if the LaserDist API is available.
Allowed game scenes: any.
func (*LiDAR) AvailableStream ¶
AvailableStream - check if the LaserDist API is available.
Allowed game scenes: any.
Click to show internal directories.
Click to hide internal directories.