Skip to content

Commit

Permalink
Add dependency to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliano Borghi committed Jul 7, 2019
1 parent 5145e22 commit a462632
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ install:
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu xenial 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-rosdep python-catkin-tools
- sudo apt-get install -qq -y python-rosdep python-catkin-tools python3-vcstool
- sudo rosdep init
- rosdep update
# Use rosdep to install all dependencies (including ROS itself)
- git clone https://github.com/RoboticaUtnFrba/i2c_imu.git $TRAVIS_BUILD_DIR/i2c_imu
- git clone https://github.com/RoboticaUtnFrba/libcreate.git $TRAVIS_BUILD_DIR/libcreate
- git clone https://github.com/RoboticaUtnFrba/mbf_tools.git $TRAVIS_BUILD_DIR/mbf_tools
- rosdep install --from-paths ./ -i -y --rosdistro $CI_ROS_DISTRO
# Install and compile RTIMULib2
- git clone https://github.com/RoboticaUtnFrba/RTIMULib2.git $TRAVIS_BUILD_DIR/RTIMULib2
Expand Down

0 comments on commit a462632

Please sign in to comment.