Browse Source

example_10.md

Only minor edits like the tf instead of tf2
pull/8/head
hello-jesus 1 year ago
committed by GitHub
parent
commit
2293d0a110
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      ros2/example_10.md

+ 3
- 3
ros2/example_10.md View File

@ -21,7 +21,7 @@ ros2 run rviz2 rviz2
Then run the tf2 broadcaster node to visualize three static frames. Then run the tf2 broadcaster node to visualize three static frames.
```{.bash .shell-prompt} ```{.bash .shell-prompt}
ros2 run stretch_ros_tutorials tf2_broadcaster
ros2 run stretch_ros_tutorials tf_broadcaster
``` ```
The GIF below visualizes what happens when running the previous node. The GIF below visualizes what happens when running the previous node.
@ -222,13 +222,13 @@ ros2 launch stretch_core stretch_driver.launch.py
Then run the tf2 broadcaster node to create the three static frames. Then run the tf2 broadcaster node to create the three static frames.
```{.bash .shell-prompt} ```{.bash .shell-prompt}
ros2 run stretch_ros_tutorials tf2_broadcaster
ros2 run stretch_ros_tutorials tf_broadcaster
``` ```
Finally, run the tf2 listener node to print the transform between two links. Finally, run the tf2 listener node to print the transform between two links.
```{.bash .shell-prompt} ```{.bash .shell-prompt}
ros2 run stretch_ros_tutorials tf2_listener
ros2 run stretch_ros_tutorials tf_listener
``` ```
Within the terminal the transform will be printed every 1 second. Below is an example of what will be printed in the terminal. There is also an image for reference of the two frames. Within the terminal the transform will be printed every 1 second. Below is an example of what will be printed in the terminal. There is also an image for reference of the two frames.

Loading…
Cancel
Save