Documentation ¶
Overview ¶
Package arm defines the arm that a robot uses to manipulate objects.
Index ¶
Constants ¶
View Source
const ( // ModelName6DOF is the name of a UFactory xArm 6. ModelName6DOF = "xArm6" // ModelName7DOF is the name of a UFactory xArm 7. ModelName7DOF = "xArm7" // ModelNameLite is the name of a UFactory Lite 6. ModelNameLite = "lite6" )
Variables ¶
View Source
var ( // XArm6Model defines the resource.Model for the xArm6. XArm6Model = resource.NewModel("viam", "ufactory", ModelName6DOF) // XArm7Model defines the resource.Model for the xArm7. XArm7Model = resource.NewModel("viam", "ufactory", ModelName7DOF) // XArmLite6Model defines the resource.Model for the lite6. XArmLite6Model = resource.NewModel("viam", "ufactory", ModelNameLite) )
Functions ¶
func MakeModelFrame ¶
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.