Skip to content

Commit

Permalink
moveit.rosinstall: temporarily pull in unreleased / merged repos for …
Browse files Browse the repository at this point in the history
…travis

... and suppress test_tf2
  • Loading branch information
rhaschke committed Oct 27, 2018
1 parent b967edc commit e5e029d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,5 +21,6 @@ env:
- ROS_DISTRO=kinetic ROS_REPO=ros-shadow-fixed UPSTREAM_WORKSPACE=moveit.rosinstall
before_script:
- git clone -q https://github.com/ros-planning/moveit_ci.git .moveit_ci
- sed -i 's/catkin config/catkin config --blacklist test_tf2/' .moveit_ci/travis.sh
script:
- .moveit_ci/travis.sh
12 changes: 9 additions & 3 deletions moveit.rosinstall
Expand Up @@ -15,12 +15,18 @@
- git:
local-name: moveit_visual_tools
uri: https://github.com/ros-planning/moveit_visual_tools.git
version: melodic-devel
version: melodic_isometry
- git:
local-name: geometric_shapes
uri: https://github.com/ros-planning/geometric_shapes.git
version: melodic-devel
uri: https://github.com/rhaschke/geometric_shapes.git
version: fix-affine-isometry
- git:
local-name: srdfdom
uri: https://github.com/ros-planning/srdfdom.git
version: melodic-devel

# Required for Eigen::Isometry3d
- git:
local-name: geometry2
uri: https://github.com/ros/geometry2.git
version: melodic-devel

0 comments on commit e5e029d

Please sign in to comment.