class documentation
class BoundingBox(BaseThreeDBoundingBoxEuler):
A cuboid in 3D Euclidean space with a pose defined via Euler angles, according to ISO 8855.
Class Variable | name |
Is always 'bounding_box'. |
Class Variable | val |
x in (m): The x coordinate of the 3D position of the center of the cuboid. |
- A tuple of nine floats.
- x in (m): The x coordinate of the 3D position of the center of the cuboid.
- y in (m): The y coordinate of the 3D position of the center of the cuboid.
- z in (m): The z coordinate of the 3D position of the center of the cuboid.
- rx in (rad): Euler roll angle (positive: right roll).
- ry in (rad): Euler pitch angles (positive: pitch down).
- rz in (rad): Euler yaw angles (positive: yaw left).
- sx in (m): The x (length) dimension of the cuboid.
- sy in (m): The y (width) dimension of the cuboid.
- sz in (m): The z (height) dimension of the cuboid.