Discover Packages
go.viam.com/rdk
components
gripper
softrobotics
package
Version:
v0.20.1
Opens a new window with list of versions in this module.
Published: Feb 13, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package softrobotics implements the vacuum gripper from Soft Robotics.
type Config struct {
Board string `json:"board"`
Open string `json:"open"`
Close string `json:"close"`
Power string `json:"power"`
AnalogReader string `json:"analog_reader"`
}
Config is the config for a trossen gripper.
Validate ensures all parts of the config are valid.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.