Skip to content

Commit

Permalink
Fix: CI failure based on missing upstream dep
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Jun 9, 2023
1 parent 314c93a commit 6c4ac95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/upstream.repos
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
repositories:
franka_ros2:
type: git
url: https://github.com/frankaemika/franka_ros2.git
moveit_task_constructor:
type: git
url: https://github.com/ros-planning/moveit_task_constructor.git
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<build_depend>moveit_common</build_depend>
<build_depend>moveit_ros_planning</build_depend>

<!-- <exec_depend>franka_description</exec_depend> -->
<exec_depend>franka_description</exec_depend>
<!-- <exec_depend>moveit_commander</exec_depend> -->
<exec_depend>controller_manager</exec_depend>
<exec_depend>gripper_controllers</exec_depend>
Expand Down

0 comments on commit 6c4ac95

Please sign in to comment.