Skip to content

Commit

Permalink
Update to franka_description 0.10.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
droter authored Sep 11, 2022
1 parent cb32c68 commit 421b8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launch/planning_context.launch
Original file line number Diff line number Diff line change
Expand Up @@ -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)" />
Expand Down
3 changes: 1 addition & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 421b8b1

Please sign in to comment.