universalrobots

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: 26 Imported by: 0

Documentation

Overview

Package universalrobots implements the UR arm from Universal Robots.

Index

Constants

This section is empty.

Variables

View Source
var Model = resource.DefaultModelFamily.WithModel("ur5e")

Model is the name of the UR5e model of an arm component.

Functions

func MakeModelFrame added in v0.2.36

func MakeModelFrame(name string) (referenceframe.Model, error)

MakeModelFrame returns the kinematics model of the ur arm, also has all Frame information.

Types

type Config added in v0.2.36

type Config struct {
	SpeedDegsPerSec     float64 `json:"speed_degs_per_sec"`
	Host                string  `json:"host"`
	ArmHostedKinematics bool    `json:"arm_hosted_kinematics,omitempty"`
}

Config is used for converting config attributes.

func (*Config) Validate added in v0.2.36

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