fake

package
v0.2.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2023 License: AGPL-3.0 Imports: 23 Imported by: 0

Documentation

Overview

Package fake implements a fake slam service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SLAM

type SLAM struct {
	generic.Echo
	Name string
	// contains filtered or unexported fields
}

SLAM is a fake slam that returns generic data.

func (*SLAM) GetInternalState

func (slamSvc *SLAM) GetInternalState(ctx context.Context, name string) ([]byte, error)

GetInternalState returns the internal state of a slam algo. Currently the internal state of cartographer.

func (*SLAM) GetInternalStateStream added in v0.2.20

func (slamSvc *SLAM) GetInternalStateStream(ctx context.Context, name string) (func() ([]byte, error), error)

GetInternalStateStream returns a callback function which will return the next chunk of the current internal state of the slam algo.

func (*SLAM) GetMap

func (slamSvc *SLAM) GetMap(ctx context.Context, name, mimeType string, cp *referenceframe.PoseInFrame,
	include bool, extra map[string]interface{},
) (string, image.Image, *vision.Object, error)

GetMap returns either a vision.Object or image.Image based on request mimeType.

func (*SLAM) GetPointCloudMapStream added in v0.2.20

func (slamSvc *SLAM) GetPointCloudMapStream(ctx context.Context, name string) (func() ([]byte, error), error)

GetPointCloudMapStream returns a callback function which will return the next chunk of the current pointcloud map.

func (*SLAM) GetPosition added in v0.2.23

func (slamSvc *SLAM) GetPosition(ctx context.Context, name string) (spatialmath.Pose, string, error)

GetPosition returns a Pose and a component reference string of the robot's current location according to SLAM.

func (*SLAM) Position

func (slamSvc *SLAM) Position(ctx context.Context, name string, extra map[string]interface{}) (*referenceframe.PoseInFrame, error)

Position returns a PoseInFrame of the robot's current location according to SLAM.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL