transmission_decoding

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActuatorElement

type ActuatorElement struct {
	Name                string                      `xml:"name,attr"`
	MechanicalReduction *MechanicalReductionElement `xml:"mechanicalReduction"`
}

type HardwareInterfaceElement

type HardwareInterfaceElement struct {
	Name string `xml:",chardata"`
}

type MechanicalReductionElement

type MechanicalReductionElement struct {
	Value float64 `xml:",chardata"`
}

type TransmissionElement

type TransmissionElement struct {
	Name      string                     `xml:"name,attr"`
	Type      TransmissionTypeElement    `xml:"type"`
	Joints    []TransmissionJointElement `xml:"joint"`
	Actuators []ActuatorElement          `xml:"actuator"`
}

type TransmissionJointElement

type TransmissionJointElement struct {
	Name               string                     `xml:"name,attr"`
	HardwareInterfaces []HardwareInterfaceElement `xml:"hardwareInterface"`
}

type TransmissionTypeElement

type TransmissionTypeElement struct {
	Name string `xml:",chardata"`
}

Jump to

Keyboard shortcuts

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