Documentation ¶
Overview ¶
Package wheeled implements some bases, like a wheeled base.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Model = resource.DefaultModelFamily.WithModel("wheeled")
Model is the name of the wheeled model of a base component.
Functions ¶
func CreateWheeledBase ¶
func CreateWheeledBase( ctx context.Context, deps resource.Dependencies, conf resource.Config, logger golog.Logger, ) (base.LocalBase, error)
CreateWheeledBase returns a new wheeled base defined by the given config.
func MakeModelFrame ¶ added in v0.2.36
func MakeModelFrame(name string, collisionGeometry spatialmath.Geometry, limits []referenceframe.Limit) (referenceframe.Model, error)
MakeModelFrame builds the kinematic model associated with the kinematicWheeledBase Note that this model is not intended to be registered in the frame system.
Types ¶
Click to show internal directories.
Click to hide internal directories.