Skip to content

Commit c7f9a26

Browse files
author
Emiliano Borghi
committed
WIP Test
1 parent a61d238 commit c7f9a26

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ env:
1313
- CI_ROS_DISTRO="melodic"
1414
- CREATE_AUTONOMY_SRC=${CATKIN_WS_SRC}/create_autonomy
1515

16-
before_install:
17-
- "export DISPLAY=:99.0"
18-
- "sh -e /etc/init.d/xvfb start"
19-
- sleep 3 # give xvfb some time to start
20-
2116
install:
2217
- sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros-latest.list'
2318
- sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable $(lsb_release -cs) main" > /etc/apt/sources.list.d/gazebo-stable.list'

sensors/ca_imu/scripts/install_rtimulib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sudo apt-get install -y libqt4-dev
1313
# Build and install RTIMULib
1414
mkdir -p ${RTIMULib_BUILD}
1515
cd ${RTIMULib_BUILD}
16-
cmake ..
16+
cmake -DBUILD_GL=OFF ..
1717
make -j4
1818
sudo make install
1919
sudo ldconfig

0 commit comments

Comments
 (0)