Skip to content

Commit d63edca

Browse files
author
Minggang Wang
committed
Update README due to release of Crystal Clemmys Patch Release 4
Fix #NONE
1 parent 09ec404 commit d63edca

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ jobs:
2020
- run: brew update
2121
- run: brew uninstall python
2222
- run: brew install python
23-
- run: brew install wget cmake cppcheck tinyxml eigen pcre poco
23+
- run: brew install wget cmake cppcheck tinyxml tinyxml2 eigen pcre poco
2424
- run: brew install openssl
2525
- run: brew install asio
26-
- run: brew tap osrf/simulation
27-
- run: brew install osrf/simulation/[email protected]
28-
- run: brew link --force [email protected]
2926
- run: python3 -m pip install catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools argcomplete colcon-common-extensions numpy
3027
- run: mkdir -p ~/ros2_install && cd ~/ros2_install && wget https://ci.ros2.org/view/packaging/job/packaging_osx/lastSuccessfulBuild/artifact/ws/ros2-package-osx-x86_64.tar.bz2 && tar xf ros2-package-osx-x86_64.tar.bz2
3128
- run: wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you want to select a stable release of ROS 2.0 as your platform, please check
8383

8484
ROS 2.0 release | NPM version |
8585
:------------: | :-------------: |
86-
Crystal Clemmys Patch Release [1](https://github.com/ros2/ros2/releases/tag/release-crystal-20190117)/[2](https://github.com/ros2/ros2/releases/tag/release-crystal-20190214) | [0.9.0](https://www.npmjs.com/package/rclnodejs/v/0.9.0) | [crystal-clemmys](https://github.com/RobotWebTools/rclnodejs/tree/crystal-clemmys)
86+
Crystal Clemmys Patch Release [1](https://github.com/ros2/ros2/releases/tag/release-crystal-20190117)/[2](https://github.com/ros2/ros2/releases/tag/release-crystal-20190214)/[3](https://github.com/ros2/ros2/releases/tag/release-crystal-20190314)/[4](https://github.com/ros2/ros2/releases/tag/release-crystal-20190408)| [0.9.0](https://www.npmjs.com/package/rclnodejs/v/0.9.0) | [crystal-clemmys](https://github.com/RobotWebTools/rclnodejs/tree/crystal-clemmys) |
8787
[Bouncy Bolson](https://github.com/ros2/ros2/releases/tag/release-bouncy) | [0.3.5](https://www.npmjs.com/package/rclnodejs/v/0.3.5) | [bouncy-bolson](https://github.com/RobotWebTools/rclnodejs/tree/bouncy-bolson)
8888

8989
* Install from npmjs: run `npm i rclnodejs@<version>` to install a specific version.

0 commit comments

Comments
 (0)