wheeledodometry

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Overview

Package wheeledodometry implements an odometery estimate from an encoder wheeled base.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	LeftMotors        []string `json:"left_motors"`
	RightMotors       []string `json:"right_motors"`
	Base              string   `json:"base"`
	TimeIntervalMSecs float64  `json:"time_interval_msecs,omitempty"`
}

Config is the config for a wheeledodometry MovementSensor.

func (*Config) Validate

func (cfg *Config) Validate(path string) ([]string, error)

Validate ensures all parts of the config are valid.

Jump to

Keyboard shortcuts

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