Skip to content

Commit

Permalink
fix test_data_collection
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengshuLi committed Oct 1, 2024
1 parent bc5cd12 commit f586624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_data_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def test_data_collect_and_playback():
"image_width": 128,
"focal_length": 12.0,
},
"local_position": th.tensor([-0.26549, -0.30288, 1.0 + 0.861], dtype=th.float32),
"local_orientation": th.tensor([0.36165891, -0.24745751, -0.50752921, 0.74187715], dtype=th.float32),
"position": th.tensor([-0.26549, -0.30288, 1.0 + 0.861], dtype=th.float32),
"orientation": th.tensor([0.36165891, -0.24745751, -0.50752921, 0.74187715], dtype=th.float32),
},
]

Expand Down

0 comments on commit f586624

Please sign in to comment.