fake

package
v0.2.38 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: AGPL-3.0 Imports: 7 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 Config added in v0.2.36

type Config struct {
	resource.TriviallyValidateConfig
	ConnectionType string `json:"connection_type,omitempty"`
}

Config is used for converting fake movementsensor attributes.

type MovementSensor

type MovementSensor struct {
	resource.Named
	resource.AlwaysRebuild
}

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(ctx context.Context) 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) LinearAcceleration added in v0.2.11

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

LinearAcceleration gets the linear acceleration 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