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 2887248 commit aa6eb07Copy full SHA for aa6eb07
crates/store/re_data_loader/src/loader_urdf.rs
@@ -515,7 +515,7 @@ fn log_geometry(
515
Geometry::Cylinder { radius, length } => {
516
// URDF and Rerun both use Z as the main axis
517
re_log::warn_once!(
518
- "Respresitng URDF cylinder as a capsule instead, because Rerun does not yet support cylinders: https://github.com/rerun-io/rerun/issues/1361"
+ "Representing URDF cylinder as a capsule instead, because Rerun does not yet support cylinders: https://github.com/rerun-io/rerun/issues/1361"
519
); // TODO(#1361): support cylinders
520
send_archetype(
521
tx,
0 commit comments