Documentation ¶
Overview ¶
Package xarm implements some UFactory arms (xArm 6, xArm 7, and Lite 6).
Index ¶
Constants ¶
View Source
const ( ModelName6DOF = "xArm6" // ModelName6DOF is the name of a UFactory xArm 6 ModelName7DOF = "xArm7" // ModelName7DOF is the name of a UFactory xArm 7 ModelNameLite = "lite6" // ModelNameLite is the name of a UFactory Lite 6 )
Variables ¶
This section is empty.
Functions ¶
func MakeModelFrame ¶ added in v0.2.36
func MakeModelFrame(name, modelName string) (referenceframe.Model, error)
MakeModelFrame returns the kinematics model of the xarm arm, which has all Frame information.
Types ¶
Click to show internal directories.
Click to hide internal directories.