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 GetInternalStateStreamCallback ¶
func GetInternalStateStreamCallback(ctx context.Context, name string, slamClient pb.SLAMServiceClient) (func() ([]byte, error), error)
GetInternalStateStreamCallback helps a client request the internal state stream from a SLAM server, returning a callback function for accessing the stream data.
func GetPointCloudMapStreamCallback ¶
func GetPointCloudMapStreamCallback(ctx context.Context, name string, slamClient pb.SLAMServiceClient) (func() ([]byte, error), error)
GetPointCloudMapStreamCallback 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.