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"`
}
Click to show internal directories.
Click to hide internal directories.