Skip to content

Commit afec921

Browse files
oxkitsunentjohnson1
authored andcommitted
URDF loader: use InstancePoses3D for geometry scale (#12371)
1 parent 109f8fa commit afec921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/store/re_data_loader/src/loader_urdf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ fn log_geometry(
742742
store_id,
743743
entity_path.clone(),
744744
timepoint,
745-
&Transform3D::update_fields().with_scale([x as f32, y as f32, z as f32]),
745+
&InstancePoses3D::update_fields().with_scales([(x as f32, y as f32, z as f32)]),
746746
)?;
747747
}
748748

0 commit comments

Comments
 (0)