You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

991 B

Visualizing with RViz

Let's bringup stretch in the willowgarage world from the gazebo basics tutorial and RViz by using the following command.

roslaunch stretch_gazebo stretch_willowgarage_world.launch rviz:=true

the rviz flag will open an RViz window to visualize a variety of ROS topics. image

If you want the visualize the tf transform tree, 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

Bringup the keyboard teleop to drive Stretch and observe its sensor input. Further tutorials for RViz can be found here.