Documentation ¶
Overview ¶
Package xarm implements some xArms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ModelName6DOF = resource.NewDefaultModel("xArm6")
ModelName6DOF is a function used to get the string used to refer to the xarm model of 6 dof.
View Source
var ModelName7DOF = resource.NewDefaultModel("xArm7")
ModelName7DOF is a function used to get the string used to refer to the xarm model of 7 dof.
Functions ¶
Types ¶
type AttrConfig ¶
type AttrConfig struct { Host string `json:"host"` Speed float32 `json:"speed_degs_per_sec"` Acceleration float32 `json:"acceleration_degs_per_sec_per_sec"` }
AttrConfig is used for converting config attributes.
Click to show internal directories.
Click to hide internal directories.