File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 - run : brew install openssl
2323 - run : brew install asio console_bridge log4cxx spdlog
2424 - run : python3 -m pip install catkin_pkg empy ifcfg lark-parser lxml netifaces numpy pyparsing pyyaml setuptools argcomplete colcon-common-extensions
25- - run : mkdir -p ~/ros2_install && cd ~/ros2_install && wget https://github.com/ros2/ros2/releases/download/release-foxy-20200710 /ros2-foxy-20200710 -macos-amd64.tar.bz2 && tar xf ros2-foxy-20200710 -macos-amd64.tar.bz2
25+ - run : mkdir -p ~/ros2_install && cd ~/ros2_install && wget https://github.com/ros2/ros2/releases/download/release-foxy-20200807 /ros2-foxy-20200807 -macos-amd64.tar.bz2 && tar xf ros2-foxy-20200807 -macos-amd64.tar.bz2
2626 - run : wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
2727 - run : echo "source $HOME/.bashrc" >> ~/.bash_profile
2828 - run : cat ~/.bash_profile
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ RUN git config --global user.name $GIT_USER_NAME \
3030ENV ROS2_WS=/root
3131WORKDIR $ROS2_WS
3232
33- RUN wget https://github.com/ros2/ros2/releases/download/release-foxy-20200710 /ros2-foxy-20200710 -linux-focal-amd64.tar.bz2 \
34- && tar xf ros2-foxy-20200710 -linux-focal-amd64.tar.bz2
33+ RUN wget https://github.com/ros2/ros2/releases/download/release-foxy-20200807 /ros2-foxy-20200807 -linux-focal-amd64.tar.bz2 \
34+ && tar xf ros2-foxy-20200807 -linux-focal-amd64.tar.bz2
3535
3636# [Ubuntu 20.04]
3737RUN rosdep install --from-paths $ROS2_WS/ros2-linux/share --ignore-src --rosdistro foxy -y --skip-keys "console_bridge fastcdr fastrtps 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"
Original file line number Diff line number Diff line change @@ -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 bullet cunit eigen tinyxml-usestl tinyxml2 log4cxx
31- - appveyor DownloadFile https://github.com/ros2/ros2/releases/download/release-foxy-20200710 /ros2-foxy-20200710 -windows-release-amd64.zip
32- - 7z x -y "c:\download\ros2-foxy-20200710 -windows-release-amd64.zip" -o"c:\" > nul
31+ - appveyor DownloadFile https://github.com/ros2/ros2/releases/download/release-foxy-20200807 /ros2-foxy-20200807 -windows-release-amd64.zip
32+ - 7z x -y "c:\download\ros2-foxy-20200807 -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"
You can’t perform that action at this time.
0 commit comments