Skip to content

Commit

Permalink
Temporarily install moveit_resources in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Dec 1, 2021
1 parent e492416 commit df3fcb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
CXXFLAGS: "-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-deprecated-copy"
DOCKER_IMAGE: ghcr.io/ros-planning/moveit2:${{ matrix.env.IMAGE }}
UPSTREAM_WORKSPACE: moveit2.repos $(f="moveit2_$(sed 's/-.*$//' <<< "${{ matrix.env.IMAGE }}").repos"; test -r $f && echo $f)
TARGET_WORKSPACE: $TARGET_REPO_PATH github:henningkayser/moveit_resources#pr-port_prbt_packages
# Pull any updates to the upstream workspace (after restoring it from cache)
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
AFTER_SETUP_DOWNSTREAM_WORKSPACE: vcs pull $BASEDIR/downstream_ws/src
Expand Down
11 changes: 7 additions & 4 deletions moveit2.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ repositories:
type: git
url: https://github.com/ros-planning/geometric_shapes
version: ros2
moveit_resources:
type: git
url: https://github.com/ros-planning/moveit_resources
version: ros2
# moveit_resources:
# type: git
# # TODO(henningkayser) Switch back when changes are upstream
# # url: https://github.com/ros-planning/moveit_resources
# # version: ros2
# url: https://github.com/henningkayser/moveit_resources
# version: pr-port_prbt_packages
warehouse_ros:
type: git
url: https://github.com/ros-planning/warehouse_ros
Expand Down

0 comments on commit df3fcb7

Please sign in to comment.