Documentation ¶
Overview ¶
Package trossen implements a trossen gripper.
Index ¶
- type AttrConfig
- type Gripper
- func (g *Gripper) Grab(ctx context.Context, extra map[string]interface{}) (bool, error)
- func (g *Gripper) IsMoving(ctx context.Context) (bool, error)
- func (g *Gripper) ModelFrame() referenceframe.Model
- func (g *Gripper) Open(ctx context.Context, extra map[string]interface{}) error
- func (g *Gripper) Stop(ctx context.Context, extra map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttrConfig ¶ added in v0.1.2
type AttrConfig struct {
Arm string `json:"arm"`
}
AttrConfig is the config for a trossen gripper.
type Gripper ¶
type Gripper struct { generic.Unimplemented // contains filtered or unexported fields }
Gripper represents an instance of a Trossen gripper.
func (*Gripper) ModelFrame ¶
func (g *Gripper) ModelFrame() referenceframe.Model
ModelFrame is unimplemented for Gripper.
Click to show internal directories.
Click to hide internal directories.