File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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-
2116install :
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'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sudo apt-get install -y libqt4-dev
1313# Build and install RTIMULib
1414mkdir -p ${RTIMULib_BUILD}
1515cd ${RTIMULib_BUILD}
16- cmake ..
16+ cmake -DBUILD_GL=OFF ..
1717make -j4
1818sudo make install
1919sudo ldconfig
You can’t perform that action at this time.
0 commit comments