Skip to content

Commit 1d8627d

Browse files
committed
Removing dep on panda_moveit_config and franka_description (instead, continue to depend on moveit_resources_panda pkgs)
1 parent d6a859a commit 1d8627d

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/upstream.repos

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
repositories:
2-
franka_ros2:
3-
type: git
4-
url: https://github.com/frankaemika/franka_ros2.git
52
moveit_task_constructor:
63
type: git
74
url: https://github.com/ros-planning/moveit_task_constructor.git
@@ -10,9 +7,6 @@ repositories:
107
type: git
118
url: https://github.com/ros-planning/moveit_visual_tools
129
version: ros2
13-
panda_moveit_config:
14-
type: git
15-
url: https://github.com/ros-planning/panda_moveit_config
1610
rosparam_shortcuts:
1711
type: git
1812
url: https://github.com/PickNikRobotics/rosparam_shortcuts

moveit2_tutorials.repos

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ repositories:
2626
moveit_msgs:
2727
type: git
2828
url: https://github.com/ros-planning/moveit_msgs
29-
version: ros2
30-
panda_moveit_config:
31-
type: git
32-
url: https://github.com/ros-planning/panda_moveit_config
29+
version: ros2

package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<build_depend>moveit_common</build_depend>
4545
<build_depend>moveit_ros_planning</build_depend>
4646

47-
<exec_depend>franka_description</exec_depend>
4847
<!-- <exec_depend>moveit_commander</exec_depend> -->
4948
<exec_depend>controller_manager</exec_depend>
5049
<exec_depend>gripper_controllers</exec_depend>
@@ -57,7 +56,6 @@
5756
<exec_depend>moveit_resources_panda_moveit_config</exec_depend>
5857
<exec_depend>moveit_configs_utils</exec_depend>
5958
<exec_depend>moveit_py</exec_depend>
60-
<exec_depend>panda_moveit_config</exec_depend>
6159
<exec_depend>robot_state_publisher</exec_depend>
6260
<exec_depend>ros2_control</exec_depend>
6361
<exec_depend>rviz2</exec_depend>

0 commit comments

Comments
 (0)