sensorcontrolled

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 sensorcontrolled base implements a base with feedback control from a movement sensor

Package sensorcontrolled base implements a base with feedback control from a movement sensor

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	MovementSensor    []string            `json:"movement_sensor"`
	Base              string              `json:"base"`
	ControlParameters []control.PIDConfig `json:"control_parameters,omitempty"`
}

Config configures a sensor controlled base.

func (*Config) Validate

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

Validate validates all parts of the sensor controlled base config.

Jump to

Keyboard shortcuts

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