We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f549d commit c6b5316Copy full SHA for c6b5316
crates/store/re_data_loader/src/loader_urdf.rs
@@ -6,7 +6,6 @@ use std::{
6
use ahash::{HashMap, HashMapExt as _, HashSet, HashSetExt as _};
7
use anyhow::{Context as _, bail};
8
use itertools::Itertools as _;
9
-use re_log::warn;
10
use urdf_rs::{Geometry, Joint, Link, Material, Robot, Vec3, Vec4};
11
12
use re_chunk::{ChunkBuilder, ChunkId, EntityPath, RowId, TimePoint};
0 commit comments