File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments