From 421b8b1aefa23788843fe8bbdfb1d33bfed31ad9 Mon Sep 17 00:00:00 2001 From: Matt Droter <matt@droter.com> Date: Sun, 11 Sep 2022 01:14:56 -0700 Subject: [PATCH] Update to franka_description 0.10.0 (#119) --- launch/planning_context.launch | 2 +- package.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/launch/planning_context.launch b/launch/planning_context.launch index d94e6fe..b591e1a 100644 --- a/launch/planning_context.launch +++ b/launch/planning_context.launch @@ -8,7 +8,7 @@ <arg name="robot_description" default="robot_description"/> <!-- Load universal robot description format (URDF) --> - <param name="$(arg robot_description)" command="xacro '$(find franka_description)/robots/panda_arm.urdf.xacro' hand:=$(arg load_gripper) arm_id:=$(arg arm_id)" if="$(arg load_robot_description)" /> + <param name="$(arg robot_description)" command="xacro '$(find franka_description)/robots/panda/panda.urdf.xacro' hand:=$(arg load_gripper) arm_id:=$(arg arm_id)" if="$(arg load_robot_description)" /> <!-- The semantic description that corresponds to the URDF --> <param name="$(arg robot_description)_semantic" command="xacro '$(find panda_moveit_config)/config/panda.srdf.xacro' hand:=$(arg load_gripper) arm_id:=$(arg arm_id)" /> diff --git a/package.xml b/package.xml index f3b0c27..3a79f2a 100644 --- a/package.xml +++ b/package.xml @@ -35,7 +35,6 @@ <!-- <run_depend>gazebo_ros_control</run_depend> --> <!-- This package is referenced in the warehouse launch files, but does not build out of the box at the moment. Commented the dependency until this works. --> <!-- <run_depend>warehouse_ros_mongo</run_depend> --> - <run_depend version_gte="0.9.1">franka_description</run_depend> - + <run_depend version_gte="0.10.0">franka_description</run_depend> </package> -- GitLab