framesystemparts

package
v0.2.23 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package framesystemparts provides functionality around a list of framesystem parts

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Names

func Names(parts Parts) []string

Names returns the names of input parts.

func NewMissingParentError

func NewMissingParentError(partName, parentName string) error

NewMissingParentError returns an error for when a part has named a parent whose part is missing from the collection of FrameSystemParts that are undergoing topological sorting.

Types

type Parts

Parts is a slice of *config.FrameSystemPart.

func PartMapToPartSlice

func PartMapToPartSlice(partsMap map[string]*referenceframe.FrameSystemPart) Parts

PartMapToPartSlice returns a Parts constructed of the FrameSystemParts values of a string map.

func RenameRemoteParts

func RenameRemoteParts(
	remoteParts Parts,
	remoteName string,
	connectionName string,
) Parts

RenameRemoteParts applies prefixes to frame information if necessary.

func TopologicallySort

func TopologicallySort(parts Parts) (Parts, error)

TopologicallySort takes a potentially un-ordered slice of frame system parts and sorts them, beginning at the world node.

func (Parts) String

func (fsp Parts) String() string

String prints out a table of each frame in the system, with columns of name, parent, translation and orientation.

Jump to

Keyboard shortcuts

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