model_errors

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvalidJointError

type InvalidJointError struct {
	Reason string
}

func (InvalidJointError) Error

func (err InvalidJointError) Error() string

type JointDoesNotExistError

type JointDoesNotExistError struct {
	JointName string
	ModelName string
}

func (JointDoesNotExistError) Error

func (err JointDoesNotExistError) Error() string

type LinkDoesNotExistError

type LinkDoesNotExistError struct {
	LinkName  string
	ModelName string
}

func (LinkDoesNotExistError) Error

func (err LinkDoesNotExistError) Error() string

type MaterialDoesNotExistError

type MaterialDoesNotExistError struct {
	MaterialName string
	ModelName    string
}

func (MaterialDoesNotExistError) Error

func (err MaterialDoesNotExistError) Error() string

type MultipleRootLinksError

type MultipleRootLinksError struct {
	ModelName string
	NumRoots  int
}

func (MultipleRootLinksError) Error

func (err MultipleRootLinksError) Error() string

type NoRobotsFoundError

type NoRobotsFoundError struct {
	FilePath string
}

func (NoRobotsFoundError) Error

func (err NoRobotsFoundError) Error() string

type NoRootLinkError

type NoRootLinkError struct {
	ModelName string
}

func (NoRootLinkError) Error

func (err NoRootLinkError) Error() string

type TransmissionDoesNotExistError added in v0.1.0

type TransmissionDoesNotExistError struct {
	TransmissionName string
	ModelName        string
}

func (TransmissionDoesNotExistError) Error added in v0.1.0

type UnknownGeometryImplementationError

type UnknownGeometryImplementationError struct {
	ImplementationName string
	MethodName         string
}

func (*UnknownGeometryImplementationError) Error

Jump to

Keyboard shortcuts

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