Skip to content

Commit 24ae61f

Browse files
committed
Fix TF command in documentation to use /tf_static and update sample output time
1 parent f6b62d8 commit 24ae61f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/source/4_application_guide/coordinate_and_tf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This command generates a `frames.pdf` file that shows the hierarchical relations
3838
**View all currently published TF information:**
3939

4040
```bash
41-
rostopic echo /tf
41+
rostopic echo /tf_static
4242
```
4343

4444
**View the TF transform between two specified frames:**
@@ -63,7 +63,7 @@ This command continuously outputs the real-time transform information between th
6363
Sample output:
6464

6565
```
66-
At time 1761645099.762
66+
At time 0.000
6767
- Translation: [0.000, 0.000, 0.000]
6868
- Rotation: in Quaternion [-0.500, 0.500, -0.500, 0.500]
6969
in RPY (radian) [-1.571, -0.000, -1.571]

0 commit comments

Comments
 (0)