pypose.is_SE3
-
class pypose.is_SE3(obj)[source]
Check whether an instance or object is an SE3 Type LieTensor or not.
- Parameters:
obj (obj
) – a Python object or instantance.
- Returns:
True
if obj is a SE3 Type LieTensor object otherwise False
.
- Return type:
bool