Browse Source

Include gif and other resources for rviz.

pull/1/head
hello-sanchez 3 years ago
parent
commit
339b6db161
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      rviz_basics.md

+ 3
- 5
rviz_basics.md View File

@ -8,10 +8,8 @@ roslaunch stretch_gazebo stretch_willowgarage_world.launch rviz:=true
the `rviz` flag will open an RViz window to visualize a variety of ROS topics. the `rviz` flag will open an RViz window to visualize a variety of ROS topics.
![image](images/willowgarage_with_rviz.png) ![image](images/willowgarage_with_rviz.png)
If you want the visualize the [tf transform tree](http://wiki.ros.org/rviz/DisplayTypes/TF), you can add this to the your display. First click on the *Add* button and include the TF to the display. You will then see all of the transform frames of the Stretch robot and the visualization can be toggled off and on by clicking the checkbox next the tree. Below if a gif for reference.
If you want the visualize the [tf transform tree](http://wiki.ros.org/rviz/DisplayTypes/TF), you can add this to the your display. First click on the *Add* button and include the *TF* type to the display. You will then see all of the transform frames of the Stretch robot and the visualization can be toggled off and on by clicking the checkbox next the tree. Below is a gif for reference.
![image](images/rviz_add_tf.gif)
![image](images/rviz_adding_tf.gif)
<!-- Bringup the keyboard teleop to drive Stretch around. You will be able to visualize -->
Further tutorials for RViz can be found [here](http://wiki.ros.org/rviz/Tutorials).
Bringup the [keyboard teleop](teleoperating_stretch.md) to drive Stretch and observe its sensor input. Further tutorials for RViz can be found [here](http://wiki.ros.org/rviz/Tutorials).

Loading…
Cancel
Save