fake

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2022 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package fake is a fake MovementSensor for testing

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttrConfig

type AttrConfig struct {
	ConnectionType string `json:"connection_type,omitempty"`
}

AttrConfig is used for converting fake movementsensor attributes.

type MovementSensor

type MovementSensor struct {
	CancelCtx context.Context
	Logger    golog.Logger
}

MovementSensor implements is a fake movement sensor interface.

func (*MovementSensor) Accuracy

func (f *MovementSensor) Accuracy(ctx context.Context, extra map[string]interface{}) (map[string]float32, error)

Accuracy gets the accuracy of a fake movementsensor.

func (*MovementSensor) AngularVelocity

func (f *MovementSensor) AngularVelocity(ctx context.Context, extra map[string]interface{}) (spatialmath.AngularVelocity, error)

AngularVelocity gets the angular velocity of a fake movementsensor.

func (*MovementSensor) Close

func (f *MovementSensor) Close() error

Close returns the fix of a fake gps movementsensor.

func (*MovementSensor) CompassHeading

func (f *MovementSensor) CompassHeading(ctx context.Context, extra map[string]interface{}) (float64, error)

CompassHeading gets the compass headings of a fake movementsensor.

func (*MovementSensor) DoCommand

func (f *MovementSensor) DoCommand(ctx context.Context, cmd map[string]interface{}) (map[string]interface{}, error)

DoCommand uses a map string to run custom functionality of a fake movementsensor.

func (*MovementSensor) LinearVelocity

func (f *MovementSensor) LinearVelocity(ctx context.Context, extra map[string]interface{}) (r3.Vector, error)

LinearVelocity gets the linear velocity of a fake movementsensor.

func (*MovementSensor) Orientation

func (f *MovementSensor) Orientation(ctx context.Context, extra map[string]interface{}) (spatialmath.Orientation, error)

Orientation gets the orientation of a fake movementsensor.

func (*MovementSensor) Position

func (f *MovementSensor) Position(ctx context.Context, extra map[string]interface{}) (*geo.Point, float64, error)

Position gets the position of a fake movementsensor.

func (*MovementSensor) Properties

func (f *MovementSensor) Properties(ctx context.Context, extra map[string]interface{}) (*movementsensor.Properties, error)

Properties returns the properties of a fake movementsensor.

func (*MovementSensor) ReadFix

func (f *MovementSensor) ReadFix(ctx context.Context) (int, error)

ReadFix returns the fix of a fake gps movementsensor.

func (*MovementSensor) Readings

func (f *MovementSensor) Readings(ctx context.Context, extra map[string]interface{}) (map[string]interface{}, error)

Readings gets the readings of a fake movementsensor.

func (*MovementSensor) Start

func (f *MovementSensor) Start(ctx context.Context) error

Start returns the fix of a fake gps movementsensor.

Jump to

Keyboard shortcuts

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