Documentation ¶
Overview ¶
Package fake implements a fake gripper.
Index ¶
- type Config
- 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 Config ¶ added in v0.2.36
type Config struct {
resource.TriviallyValidateConfig
}
Config is the config for a trossen gripper.
type Gripper ¶
type Gripper struct { resource.Named resource.TriviallyReconfigurable resource.TriviallyCloseable }
Gripper is a fake gripper that can simply read and set properties.
func (*Gripper) ModelFrame ¶
func (g *Gripper) ModelFrame() referenceframe.Model
ModelFrame returns the dynamic frame of the model.
Click to show internal directories.
Click to hide internal directories.