Skip to content

Commit e3c288e

Browse files
committed
Explain TF error resolution
1 parent c143015 commit e3c288e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/content/howto/urdf.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ For similar code in Rust, we have a full example [here](github.com/rerun-io/reru
3737

3838
If you already have a recording with transforms loaded in Rerun and want to add an URDF to it, you can do so via drag-and-drop or the menu ("Import into current recording").
3939

40-
For example in this video, we have loaded an ROS 2 `.mcap` file with TF messages that automatically get translated into Rerun `Transform3D`. We can then simply drag the corresponding URDF models into the viewer:
40+
In this video, we load an ROS 2 `.mcap` file with TF messages that automatically get translated into Rerun `Transform3D`.
41+
As indicated by the errors displayed in the viewer, there are some connections missing in the transform tree of this example MCAP.
42+
In our case, these missing transforms are static links that are stored in URDF models separate from the MCAP file.
43+
44+
To add them, we can simply drag the corresponding URDF files into the viewer where we have loaded the MCAP:
4145

4246
<video width="100%" autoplay loop muted controls>
4347
<source src="https://static.rerun.io/69e08d9dcaed77f5f93190ffb9ccf75376c7d1c4_urdf_drag_and_drop.mp4" type="video/mp4" />

0 commit comments

Comments
 (0)