From 3a7bb07baf091795a1d5f374d58ab0bf3cdf7bde Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 20 Oct 2021 21:46:45 +0200 Subject: [PATCH] Add demo_gazebo.launch using franka_gazebo This commit adds demo_gazebo.launch using the gazebo simulation of the franka_gazebo package Additionally, the virtual_joint is removed from the move group definition. --- config/panda_arm.xacro | 1 - config/ros_controllers.yaml | 2 +- launch/demo_gazebo.launch | 52 +++++++++++++++++++++++++++++++++++ launch/ros_controllers.launch | 3 +- package.xml | 1 + 5 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 launch/demo_gazebo.launch diff --git a/config/panda_arm.xacro b/config/panda_arm.xacro index c9eaddb..0904da3 100644 --- a/config/panda_arm.xacro +++ b/config/panda_arm.xacro @@ -7,7 +7,6 @@ - diff --git a/config/ros_controllers.yaml b/config/ros_controllers.yaml index 6ad2d06..a4e9561 100644 --- a/config/ros_controllers.yaml +++ b/config/ros_controllers.yaml @@ -17,4 +17,4 @@ hardware_interface: - panda_joint6 - panda_joint7 - panda_finger_joint1 - sim_control_mode: 1 # 0: position, 1: velocity \ No newline at end of file + sim_control_mode: 1 # 0: position, 1: velocity diff --git a/launch/demo_gazebo.launch b/launch/demo_gazebo.launch new file mode 100644 index 0000000..d3096c7 --- /dev/null +++ b/launch/demo_gazebo.launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/launch/ros_controllers.launch b/launch/ros_controllers.launch index 590c9c9..bb223d3 100644 --- a/launch/ros_controllers.launch +++ b/launch/ros_controllers.launch @@ -5,7 +5,6 @@ - + diff --git a/package.xml b/package.xml index ad49ce7..cff60c7 100644 --- a/package.xml +++ b/package.xml @@ -34,6 +34,7 @@ We don't include them by default to prevent installing gazebo and all its dependencies. --> + franka_description