From c0962a931990dbeacfa1845301fcd7ae4110d339 Mon Sep 17 00:00:00 2001 From: Mohamed Date: Thu, 16 Sep 2021 02:13:34 +0200 Subject: [PATCH] launch rviz in the pick & place example --- source/franka_ros.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/franka_ros.rst b/source/franka_ros.rst index d7ff0a7..67f5e24 100644 --- a/source/franka_ros.rst +++ b/source/franka_ros.rst @@ -489,7 +489,8 @@ and an example world. roslaunch franka_gazebo panda.launch x:=-0.5 \ world:=$(rospack find franka_gazebo)/world/stone.sdf \ - controller:=cartesian_impedance_example_controller + controller:=cartesian_impedance_example_controller \ + rviz:=true This will bring up the Gazebo GUI where you see the environment with the stone and RViz with which you can control the end-effector pose of the robot.