Skip to content

Commit 01aa2c2

Browse files
author
Minggang Wang
committed
Update the compatible information with stable ROS 2.0
See verification on #458 Fix #NONE
1 parent 095bda3 commit 01aa2c2

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- run: brew install wget cmake cppcheck tinyxml eigen pcre poco
2424
- run: brew install openssl
2525
- run: brew install asio
26-
- run: brew install tinyxml2
26+
- run: brew install osrf/simulation/[email protected]
27+
- run: brew link --force [email protected]
2728
- run: python3 -m pip install catkin_pkg empy pyparsing pyyaml setuptools argcomplete colcon-common-extensions
2829
- 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
2930
- 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
@@ -84,7 +84,7 @@ If you want to select a stable release of ROS 2.0 as your platform, we have a ta
8484
ROS 2.0 release | NPM version | Github branch |
8585
:------------: | :-------------: | :-------------: |
8686
[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)
87-
[Crystal Clemmys](https://github.com/ros2/ros2/releases/tag/release-crystal-20181214) | [0.8.0](https://www.npmjs.com/package/rclnodejs/v/0.8.0) | [crystal-clemmys](https://github.com/RobotWebTools/rclnodejs/tree/crystal-clemmys)
87+
[Crystal Clemmys Patch Release 1](https://github.com/ros2/ros2/releases/tag/release-crystal-20190117) | [0.9.0](https://www.npmjs.com/package/rclnodejs/v/0.9.0) | [crystal-clemmys](https://github.com/RobotWebTools/rclnodejs/tree/crystal-clemmys)
8888

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

scripts/npmjs-readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ npm i --save rclnodejs
2626

2727
## Match with ROS 2.0 Stable Releases
2828

29-
The latest release of rclnodejs is always verified with the [master](https://github.com/ros2/ros2) branch of ROS 2.0, but usually we will publish a new version after each ROS 2.0 release. Please find the specific version if you want to build your apps on one of ROS 2.0.
30-
31-
ROS 2.0 Release | rclnodejs Version |
32-
:------------: | :-------------: |
33-
[Bouncy Bolson](https://github.com/ros2/ros2/releases/tag/release-bouncy) | [0.3.5](https://www.npmjs.com/package/rclnodejs/v/0.3.5)
34-
[Crystal Clemmys](https://github.com/ros2/ros2/releases/tag/release-crystal-20181214) | [0.8.0](https://www.npmjs.com/package/rclnodejs/v/0.8.0)
29+
ROS 2.0 release | NPM version | Github branch |
30+
:------------: | :-------------: | :-------------: |
31+
[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)
32+
[Crystal Clemmys Patch Release 1](https://github.com/ros2/ros2/releases/tag/release-crystal-20190117) | [0.9.0](https://www.npmjs.com/package/rclnodejs/v/0.9.0) | [crystal-clemmys](https://github.com/RobotWebTools/rclnodejs/tree/crystal-clemmys)
3533

3634
## Document
3735

0 commit comments

Comments
 (0)