Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit e236475

Browse files
authored
Depend on ros-noetic-fcl (0.6) in Noetic (moveit#2359)
* Depend on ros-noetic-fcl (0.6) in Noetic * Travis: switch to ros-testing repos
1 parent c938c9c commit e236475

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
global:
1515
- MOVEIT_CI_TRAVIS_TIMEOUT=85 # Travis grants us 90 min, but we add a safety margin of 5 min
1616
- ROS_DISTRO=noetic
17-
- ROS_REPO=ros
17+
- ROS_REPO=ros-testing
1818
- UPSTREAM_WORKSPACE=moveit.rosinstall
1919
- CXXFLAGS="-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls"
2020
- WARNINGS_OK=false

moveit_core/package.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<depend>bullet</depend>
2727
<depend>eigen_stl_containers</depend>
2828
<depend>eigen_conversions</depend>
29-
<depend>libfcl-dev</depend>
29+
<depend condition="$ROS_DISTRO != noetic">libfcl-dev</depend>
30+
<depend condition="$ROS_DISTRO == noetic">fcl</depend>
3031
<depend version_gte="0.5.2">geometric_shapes</depend>
3132
<depend>geometry_msgs</depend>
3233
<depend>kdl_parser</depend>

0 commit comments

Comments
 (0)