Documentation ¶
Overview ¶
Package robotiq implements the gripper from robotiq. commands found at https://assets.robotiq.com/website-assets/support_documents/document/2F-85_2F-140_Instruction_Manual_CB-Series_PDF_20190329.pdf
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttrConfig ¶
type AttrConfig struct {
Host string `json:"host"`
}
AttrConfig is used for converting config attributes.
func (*AttrConfig) Validate ¶ added in v0.1.2
func (cfg *AttrConfig) Validate(path string) error
Validate ensures all parts of the config are valid.
Click to show internal directories.
Click to hide internal directories.