Skip to content

Commit 993f100

Browse files
author
Minggang Wang
committed
Add support information of Eloquent Elusor
As ROS 2.0 has a new stable release, Eloquent Elusor. We are going to verify rclnodejs on it. This patch includes: - Support information of Eloquent Elusor: verified at #538 - Change the statistics of npm downloads to be monthly. - Change the poco version on macOS platform. Fix #539
1 parent f685f7e commit 993f100

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- run: brew update
2121
- run: brew uninstall python
2222
- run: brew install python
23-
- run: brew install wget cmake cppcheck tinyxml tinyxml2 eigen pcre
24-
- run: brew install https://raw.githubusercontent.com/alebcay/homebrew-core/419873be053a08233d9fd3952f2615c139902434/Formula/poco.rb
23+
- run: brew install wget cmake cppcheck tinyxml tinyxml2 eigen pcre poco
2524
- run: brew install openssl
2625
- run: brew install asio console_bridge
2726
- run: python3 -m pip install catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools argcomplete colcon-common-extensions numpy

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rclnodejs - ROS Client Library for JavaScript language[![npm](https://img.shields.io/npm/v/rclnodejs.svg)](https://www.npmjs.com/package/rclnodejs)[![Coverage Status](https://coveralls.io/repos/github/RobotWebTools/rclnodejs/badge.svg?branch=develop)](https://coveralls.io/github/RobotWebTools/rclnodejs?branch=develop)[![npm](https://img.shields.io/npm/dt/rclnodejs.svg)](https://www.npmjs.com/package/rclnodejs)[![GitHub license](https://img.shields.io/github/license/RobotWebTools/rclnodejs.svg)](https://github.com/RobotWebTools/rclnodejs/blob/develop/LICENSE)[![node](https://img.shields.io/node/v/rclnodejs.svg)](https://nodejs.org/en/download/releases/)[![dependencies Status](https://david-dm.org/RobotWebTools/rclnodejs/status.svg)](https://david-dm.org/RobotWebTools/rclnodejs)
1+
# rclnodejs - ROS Client Library for JavaScript language[![npm](https://img.shields.io/npm/v/rclnodejs.svg)](https://www.npmjs.com/package/rclnodejs)[![Coverage Status](https://coveralls.io/repos/github/RobotWebTools/rclnodejs/badge.svg?branch=develop)](https://coveralls.io/github/RobotWebTools/rclnodejs?branch=develop)[![npm](https://img.shields.io/npm/dm/rclnodejs)](https://www.npmjs.com/package/rclnodejs)[![GitHub license](https://img.shields.io/github/license/RobotWebTools/rclnodejs.svg)](https://github.com/RobotWebTools/rclnodejs/blob/develop/LICENSE)[![node](https://img.shields.io/node/v/rclnodejs.svg)](https://nodejs.org/en/download/releases/)[![dependencies Status](https://david-dm.org/RobotWebTools/rclnodejs/status.svg)](https://david-dm.org/RobotWebTools/rclnodejs)
22

33
Branch | Linux Build | macOS Build | Windows Build |
44
------------ | :-------------: | :-------------: | :-------------: |
@@ -11,7 +11,7 @@ If you want to select a stable release of ROS 2.0 as your platform, please check
1111

1212
ROS 2.0 release | NPM version |
1313
:------------: | :-------------: |
14-
Dashing Diademata Patch Release [4](https://github.com/ros2/ros2/releases/tag/release-dashing-20191018) | [0.10.3](https://github.com/RobotWebTools/rclnodejs/releases/tag/0.10.3) |
14+
Dashing Diademata Patch Release [4](https://github.com/ros2/ros2/releases/tag/release-dashing-20191018) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20191122) | [0.10.3](https://github.com/RobotWebTools/rclnodejs/releases/tag/0.10.3) |
1515
Dashing Diademata Patch Release [3](https://github.com/ros2/ros2/releases/tag/release-dashing-20190910) | [0.10.2](https://github.com/RobotWebTools/rclnodejs/releases/tag/0.10.2) |
1616
Dashing Diademata Patch Release [2](https://github.com/ros2/ros2/releases/tag/release-dashing-20190806) | [0.10.1](https://github.com/RobotWebTools/rclnodejs/releases/tag/0.10.1) |
1717
Dashing Diademata Patch Release [1](https://github.com/ros2/ros2/releases/tag/release-dashing-20190614) | [0.10.0](https://www.npmjs.com/package/rclnodejs/v/0.10.0) |

0 commit comments

Comments
 (0)