Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit bd0f4fa

Browse files
author
Minggang Wang
committed
Update to ROS 2 Eloquent Elusor Patch Release 1
Fix #None
1 parent 589e22a commit bd0f4fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ RUN git config --global user.name $GIT_USER_NAME \
3232
ENV ROS2_WS=/root
3333
WORKDIR $ROS2_WS
3434

35-
RUN wget https://github.com/ros2/ros2/releases/download/release-eloquent-20191122/ros2-eloquent-20191122-linux-bionic-amd64.tar.bz2 \
36-
&& tar xf ros2-eloquent-20191122-linux-bionic-amd64.tar.bz2
35+
RUN wget https://github.com/ros2/ros2/releases/download/release-eloquent-20200124/ros2-eloquent-20200124-linux-bionic-amd64.tar.bz2 \
36+
&& tar xf ros2-eloquent-20200124-linux-bionic-amd64.tar.bz2
3737

3838
# [Ubuntu 18.04]
3939
RUN rosdep install --from-paths $ROS2_WS/ros2-linux/share --ignore-src --rosdistro dashing -y --skip-keys "console_bridge fastcdr fastrtps libopensplice67 libopensplice69 osrf_testing_tools_cpp poco_vendor rmw_connext_cpp rosidl_typesupport_connext_c rosidl_typesupport_connext_cpp rti-connext-dds-5.3.1 tinyxml_vendor tinyxml2_vendor urdfdom urdfdom_headers"
4040

4141
RUN echo "source $ROS2_WS/ros2-linux/local_setup.bash" >> $HOME/.bashrc
4242

4343
# Install nvm, Node.js and node-gyp
44-
ENV NODE_VERSION v10.18.1
44+
ENV NODE_VERSION v12.16.1
4545
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash \
4646
&& . $HOME/.nvm/nvm.sh \
4747
&& nvm install $NODE_VERSION && nvm alias default $NODE_VERSION

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branches:
88
image: Visual Studio 2017
99

1010
environment:
11-
nodejs_version: "10"
11+
nodejs_version: "12"
1212
PYTHON3: "c:\\Python37-x64"
1313
PYTHON2: "c:\\Python27"
1414

@@ -28,8 +28,8 @@ before_build:
2828
- appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/tinyxml2.6.0.0.nupkg
2929
- appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/log4cxx.0.10.0.nupkg
3030
- choco install -y -s c:\download\ asio cunit eigen tinyxml-usestl tinyxml2 log4cxx
31-
- appveyor DownloadFile https://github.com/ros2/ros2/releases/download/release-eloquent-20191122/ros2-eloquent-20191122-windows-release-amd64.zip
32-
- 7z x -y "c:\download\ros2-eloquent-20191122-windows-release-amd64.zip" -o"c:\" > nul
31+
- appveyor DownloadFile https://github.com/ros2/ros2/releases/download/release-eloquent-20200124/ros2-eloquent-20200124-windows-release-amd64.zip
32+
- 7z x -y "c:\download\ros2-eloquent-20200124-windows-release-amd64.zip" -o"c:\" > nul
3333
- setx -m OPENSSL_CONF C:\OpenSSL-Win64\bin\openssl.cfg
3434
- set PATH=C:\OpenSSL-Win64\bin;%PATH%
3535
- setx AMENT_PYTHON_EXECUTABLE "c:\Python37"

0 commit comments

Comments
 (0)