Documentation ¶
Overview ¶
Package xarm implements some xArms.
Index ¶
Constants ¶
View Source
const ModelName6DOF = "xArm6"
ModelName6DOF is a function used to get the string used to refer to the xarm model of 6 dof.
View Source
const ModelName7DOF = "xArm7"
ModelName7DOF is a function used to get the string used to refer to the xarm model of 7 dof.
Variables ¶
This section is empty.
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.