Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jade-devel' into combined_robot_…
Browse files Browse the repository at this point in the history
…hw_rebased
  • Loading branch information
toliver committed Jan 21, 2016
2 parents e4d7149 + 36df326 commit 683b77d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Travis Continuous Integration Configuration File For ROS Control Projects
# Author: Dave Coleman
language:
- cpp
- python
sudo: required
dist: trusty
language: generic
python:
- "2.7"
compiler:
Expand All @@ -16,11 +16,11 @@ notifications:
on_failure: change #[always|never|change] # default: always
before_install: # Use this to prepare the system to install prerequisites or dependencies
# Define some config vars
- export ROS_DISTRO=hydro
- export ROS_DISTRO=jade
- export CI_SOURCE_PATH=$(pwd)
- export REPOSITORY_NAME=${PWD##*/}
- echo "Testing branch $TRAVIS_BRANCH of $REPOSITORY_NAME"
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu trusty main" > /etc/apt/sources.list.d/ros-latest.list'
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
- sudo apt-get update -qq
- sudo apt-get install -qq -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin ros-$ROS_DISTRO-ros
Expand Down
7 changes: 2 additions & 5 deletions joint_limits_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ catkin_package(
hardware_interface
INCLUDE_DIRS
include
${catkin_INCLUDE_DIRS}
${urdfdom_INCLUDE_DIRS}
LIBRARIES
${catkin_LIBRARIES}
${urdfdom_LIBRARIES}
DEPENDS
urdfdom
)

if(CATKIN_ENABLE_TESTING)
Expand Down

0 comments on commit 683b77d

Please sign in to comment.