Skip to content

Commit

Permalink
Merge branch 'main' into magical_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw authored Dec 6, 2021
2 parents ff871fa + 2830dd8 commit 56f9e28
Show file tree
Hide file tree
Showing 161 changed files with 3,943 additions and 3,411 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ 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)
# TODO(#885): Fix circular test dependency with moveit_resources and remove it from the target workspace
TARGET_WORKSPACE: $TARGET_REPO_PATH github:ros-planning/moveit_resources#ros2
# 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
9 changes: 5 additions & 4 deletions moveit2.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ 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
# TODO(#885): Re-enable when circular dependency is fixed
# moveit_resources:
# type: git
# url: https://github.com/ros-planning/moveit_resources
# version: ros2
warehouse_ros:
type: git
url: https://github.com/ros-planning/warehouse_ros
Expand Down
3 changes: 0 additions & 3 deletions moveit_planners/moveit_planners/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
<exec_depend>moveit_planners_chomp</exec_depend>
-->
<exec_depend>moveit_planners_ompl</exec_depend>
<!--
TODO(#315): Enable after Pilz motion planner has been ported
<exec_depend>pilz_industrial_motion_planner</exec_depend>
-->

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down
Loading

0 comments on commit 56f9e28

Please sign in to comment.