Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
YifuTao committed Oct 28, 2024
1 parent 0f258b3 commit 5371fe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oxford_spires_utils/point_cloud.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import logging
from pathlib import Path

import numpy as np
Expand All @@ -9,6 +10,8 @@

from oxford_spires_utils.se3 import is_se3_matrix, xyz_quat_xyzw_to_se3_matrix

logger = logging.getLogger(__name__)


def transform_3d_cloud(cloud_np, transform_matrix):
"""Apply a transformation to the point cloud."""
Expand Down

0 comments on commit 5371fe9

Please sign in to comment.