Documentation ¶
Overview ¶
Package grpchelper implements helper functions to be used with slam service grpc clients
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInternalStateCallback ¶ added in v0.2.32
func GetInternalStateCallback(ctx context.Context, name string, slamClient pb.SLAMServiceClient) (func() ([]byte, error), error)
GetInternalStateCallback helps a client request the internal state stream from a SLAM server, returning a callback function for accessing the stream data.
func GetPointCloudMapCallback ¶ added in v0.2.32
func GetPointCloudMapCallback(ctx context.Context, name string, slamClient pb.SLAMServiceClient) (func() ([]byte, error), error)
GetPointCloudMapCallback helps a client request the point cloud stream from a SLAM server, returning a callback function for accessing the stream data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.