builtin

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: AGPL-3.0 Imports: 19 Imported by: 0

Documentation

Overview

Package builtin contains the default navigation service, along with a gRPC server and client

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBuiltIn

func NewBuiltIn(ctx context.Context, r robot.Robot, config config.Service, logger golog.Logger) (navigation.Service, error)

NewBuiltIn returns a new navigation service for the given robot.

Types

type Config

type Config struct {
	Store              navigation.StoreConfig `json:"store"`
	BaseName           string                 `json:"base"`
	MovementSensorName string                 `json:"movement_sensor"`

	DegPerSecDefault float64 `json:"deg_per_sec"`
	MMPerSecDefault  float64 `json:"mm_per_sec"`
}

Config describes how to configure the service.

Jump to

Keyboard shortcuts

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