Skip to content

Commit a462632

Browse files
author
Emiliano Borghi
committed
Add dependency to .travis.yml
1 parent 5145e22 commit a462632

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ install:
1616
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu xenial main" > /etc/apt/sources.list.d/ros-latest.list'
1717
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
1818
- sudo apt-get update -qq
19-
- sudo apt-get install -qq -y python-rosdep python-catkin-tools
19+
- sudo apt-get install -qq -y python-rosdep python-catkin-tools python3-vcstool
2020
- sudo rosdep init
2121
- rosdep update
2222
# Use rosdep to install all dependencies (including ROS itself)
2323
- git clone https://github.com/RoboticaUtnFrba/i2c_imu.git $TRAVIS_BUILD_DIR/i2c_imu
2424
- git clone https://github.com/RoboticaUtnFrba/libcreate.git $TRAVIS_BUILD_DIR/libcreate
25+
- git clone https://github.com/RoboticaUtnFrba/mbf_tools.git $TRAVIS_BUILD_DIR/mbf_tools
2526
- rosdep install --from-paths ./ -i -y --rosdistro $CI_ROS_DISTRO
2627
# Install and compile RTIMULib2
2728
- git clone https://github.com/RoboticaUtnFrba/RTIMULib2.git $TRAVIS_BUILD_DIR/RTIMULib2

0 commit comments

Comments
 (0)