Documentation ¶
Overview ¶
Package vgripper implements versions of the Viam gripper. This is an Experimental package
Index ¶
Constants ¶
View Source
const ( TargetRPM = 200 MaxCurrent = 700 CurrentBadReadingCounts = 50 MinRotationGap = 4.0 MaxRotationGap = 5.0 OpenPosOffset = 0.4 // Reduce maximum opening width, keeps out of mechanical binding region ClosePosOffset = 0.1 // Prevent false "grabs" )
TODO.
View Source
const ( Command = "command" GetPressure = "get_pressure" GetCurrent = "get_current" Home = "home" ReturnCurrent = "current" ReturnPressure = "pressure" ReturnHasPressure = "has_pressure" )
Do() related constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttrConfig ¶ added in v0.1.2
AttrConfig is the config for a viam gripper.
Click to show internal directories.
Click to hide internal directories.