pyrobosim.utils.pose.Pose.construct
- classmethod Pose.construct(data: dict[str, Any]) Self
Constructs a pose object from any of the allowable input types.
- Parameters:
data – The input data describing the pose.
- Returns:
Pose object
raises ValueError: if the input data type is unsupported.