constraintDistanceBounds
Description
The constraintDistanceBounds
object describes a constraint on the
distance of one body (the end effector) relative to another body (the reference body) within
the same rigidBodyTree
. This constraint is satisfied if
the distance, d, of the end effector origin relative to the reference body
origin frame is within the specified bounds.
Creation
Syntax
Description
returns a distance bounds constraint object, distConst
= constraintDistanceBounds(endeffector
)distConst
, that
represents a constraint on distance between the specified endeffector
and the reference body specified by the ReferenceBody
property.
specifies properties using one or more name-value arguments.distConst
= constraintDistanceBounds(endeffector
,Name=Value
)
Properties
Examples
Extended Capabilities
Version History
Introduced in R2022a