wheeledodometry

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 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

View Source
var Model = resource.DefaultModelFamily.WithModel("wheeled-odometry")

Model is the name of the wheeled odometry model of a movementsensor component.

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