Skip to content

Commit 6b412c4

Browse files
fix for camera_info messages
1 parent 829e9e7 commit 6b412c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ros/angel_utils/python/angel_utils/activity_classification.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,7 @@ def get_window(
394394
frames=window_frames,
395395
obj_dets=window_dets,
396396
patient_joint_kps=window_joint_kps,
397-
camera_info=[
398-
ci
399-
for ci in self.camera_info
400-
if ci.header.stamp in window_frame_times
401-
],
397+
camera_info=[ci for ci in self.camera_info],
402398
)
403399
return output
404400

0 commit comments

Comments
 (0)