Documentation
¶
Index ¶
- type Axis
- type Box
- type Calibration
- type Collision
- type Color
- type Cylinder
- type Dynamics
- type Geometry
- type Inertia
- type Inertial
- type Joint
- type Limit
- type Link
- type LinkRef
- type Mass
- type Material
- type Mimic
- type Origin
- type Resource
- type Robot
- type SafetyController
- type Size
- type Sphere
- type Visual
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Axis ¶
func (*Axis) UnmarshalXML ¶
type Calibration ¶
type Color ¶
func (*Color) UnmarshalXML ¶
type Joint ¶
type Joint struct {
Name string `xml:"name,attr"`
Type string `xml:"type,attr"`
Origin Origin `xml:"origin"`
Parent LinkRef `xml:"parent"`
Child LinkRef `xml:"child"`
Axis Axis `xml:"axis"`
Calibration *Calibration `xml:"calibration"`
Dyanmics *Dynamics `xml:"dynamics"`
Limit *Limit `xml:"limit"`
Mimic *Mimic `xml:"mimic"`
SafetyController *SafetyController `xml:"safety_controller"`
}
type Origin ¶
func (*Origin) UnmarshalXML ¶
type Robot ¶
type Robot struct {
Name string `xml:"name,attr"`
Links []Link `xml:"link"`
Joints []Joint `xml:"joint"`
}
func LoadFromFile ¶
func LoadFromString ¶
type SafetyController ¶
type Size ¶
func (*Size) UnmarshalXML ¶
Click to show internal directories.
Click to hide internal directories.