Skip to content

Commit 4b47187

Browse files
committed
Fix: CI failure based on missing upstream dep
1 parent 0fc54b9 commit 4b47187

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/upstream.repos

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
repositories:
2+
franka_ros2:
3+
type: git
4+
url: https://github.com/frankaemika/franka_ros2.git
25
moveit_task_constructor:
36
type: git
47
url: https://github.com/ros-planning/moveit_task_constructor.git

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<build_depend>moveit_common</build_depend>
4545
<build_depend>moveit_ros_planning</build_depend>
4646

47-
<!-- <exec_depend>franka_description</exec_depend> -->
47+
<exec_depend>franka_description</exec_depend>
4848
<!-- <exec_depend>moveit_commander</exec_depend> -->
4949
<exec_depend>controller_manager</exec_depend>
5050
<exec_depend>gripper_controllers</exec_depend>

0 commit comments

Comments
 (0)