Skip to content

Commit

Permalink
Update habitat-lab/habitat/articulated_agents/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Clegg <alexanderwclegg@gmail.com>
  • Loading branch information
zephirefaith and aclegg3 committed Mar 25, 2024
1 parent ebac53c commit 0f2d71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion habitat-lab/habitat/articulated_agents/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_articulated_agent_camera_transform_from_cam_info(
cam_offset_transform = None
if cam_info.cam_look_at_pos == None:
# if cam_info.cam_look_at_pos is None that means the camera's pose-transform
# is described as a position and orientation in the world
# is described as a position and orientation in the local coordinate space of the parent link or object
pos = cam_info.cam_offset_pos
ori = cam_info.cam_orientation
Mt = mn.Matrix4.translation(pos)
Expand Down

0 comments on commit 0f2d71f

Please sign in to comment.