abreza commited on
Commit
c1eb870
·
1 Parent(s): 15db7ce

fix helper camera image

Browse files
Files changed (1) hide show
  1. visualization/logger.py +2 -2
visualization/logger.py CHANGED
@@ -153,13 +153,13 @@ class SimulationLogger:
153
  rr.Transform3D(
154
  translation=position,
155
  rotation=rr.Quaternion(xyzw=rotation_q),
156
- scale=(1.0, 1.0, 1.0)
157
  ),
158
  timeless=True
159
  )
160
 
161
  rr.log(
162
- f"world/helper_keyframes/camera_visual_{keyframe_idx}",
163
  rr.Pinhole(
164
  image_from_camera=self.K,
165
  width=1920,
 
153
  rr.Transform3D(
154
  translation=position,
155
  rotation=rr.Quaternion(xyzw=rotation_q),
156
+ scale=(.5, .5, .5)
157
  ),
158
  timeless=True
159
  )
160
 
161
  rr.log(
162
+ f"world/helper_keyframes/camera_{keyframe_idx}/image",
163
  rr.Pinhole(
164
  image_from_camera=self.K,
165
  width=1920,