File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ matrix:
7
7
allow_failures :
8
8
- julia : nightly
9
9
sudo : required
10
- dist : xenial
10
+ dist : bionic
11
11
env :
12
12
global :
13
13
- PYTHON=python
14
14
before_install :
15
- - sudo apt-add-repository -y "deb http ://packages.ros.org/ros/ ubuntu xenial main"
16
- - wget https ://raw.githubusercontent.com /ros/rosdistro/master/ros.key -O - | sudo apt-key add -
15
+ - sudo apt-key adv --keyserver 'hkp ://keyserver. ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
16
+ - sudo apt-add-repository -y "deb http ://packages.ros.org /ros/ubuntu bionic main"
17
17
- sudo apt-get update
18
- - sudo apt-get -y install ros-kinetic -ros-base ros-kinetic -common-msgs
18
+ - sudo apt-get -y install python-rosdep ros-melodic -ros-base ros-melodic -common-msgs
19
19
- sudo rosdep init
20
20
- rosdep update
21
21
before_script :
22
22
- export PATH=/usr/bin:$PATH
23
- - source /opt/ros/kinetic /setup.sh
23
+ - source /opt/ros/melodic /setup.sh
24
24
- roscore &
25
25
- sleep 5
26
26
- python test/echonode.py &
You can’t perform that action at this time.
0 commit comments