Skip to content

Commit d8992a0

Browse files
author
Minggang Wang
committed
Bump to v0.17.0
1 parent 71c5094 commit d8992a0

File tree

6 files changed

+5
-10
lines changed

6 files changed

+5
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
2525
- run: mkdir -p ~/ros2_install && cd ~/ros2_install && wget https://github.com/ros2/ros2/releases/download/release-foxy-20201009/ros2-foxy-20201009-macos-amd64.tar.bz2 && tar xf ros2-foxy-20201009-macos-amd64.tar.bz2
26-
- run: wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
26+
- run: wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
2727
- run: echo "source $HOME/.bashrc" >> ~/.bash_profile
2828
- run: cat ~/.bash_profile
2929
- run: nvm install v12.20.0

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ RUN rosdep install --from-paths $ROS2_WS/ros2-linux/share --ignore-src --rosdist
3939
RUN echo "source $ROS2_WS/ros2-linux/local_setup.bash" >> $HOME/.bashrc
4040

4141
# Install nvm, Node.js and node-gyp
42-
<<<<<<< HEAD
43-
ENV NODE_VERSION v12.18.4
44-
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
45-
=======
4642
ENV NODE_VERSION v12.20.0
4743
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
48-
>>>>>>> Update Node.js to v12.20.0
4944

5045
ENV PATH /bin/versions/node/$NODE_VERSION/bin:$PATH

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npm i [email protected]
4848

4949
| RCLNODEJS Version | Compatible ROS 2 Release |
5050
| :-------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
51-
| [0.16.0 (current)](https://www.npmjs.com/package/rclnodejs/v/0.16.0) ([API](http://robotwebtools.org/rclnodejs/docs/0.16.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20200807) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20200124) |
51+
| [0.17.0 (current)](https://www.npmjs.com/package/rclnodejs/v/0.17.0) ([API](http://robotwebtools.org/rclnodejs/docs/0.17.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20201009) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20200124) |
5252
| [0.10.3](https://github.com/RobotWebTools/rclnodejs/releases/tag/0.10.3) | [Dashing Diademata - Patch 4](https://github.com/ros2/ros2/releases/tag/release-dashing-20191018) |
5353

5454
- **Note:** to install rclnodejs from GitHub: add `"rclnodejs":"RobotWebTools/rclnodejs#<branch>"` to your `package.json` depdendency section.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rclnodejs",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "ROS2.0 JavaScript client with Node.js",
55
"main": "index.js",
66
"types": "types/index.d.ts",

rosidl_gen/generator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rosidl-generator",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Generate JavaScript object from ROS IDL(.msg) files",
55
"main": "index.js",
66
"authors": [

scripts/npmjs-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npm i [email protected]
4545

4646
| RCLNODEJS Version | Compatible ROS 2 Release |
4747
| :-------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
48-
| [0.16.0 (current)](https://www.npmjs.com/package/rclnodejs/v/0.16.0) ([API](http://robotwebtools.org/rclnodejs/docs/0.16.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20200807) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20200124) |
48+
| [0.17.0 (current)](https://www.npmjs.com/package/rclnodejs/v/0.17.0) ([API](http://robotwebtools.org/rclnodejs/docs/0.17.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20201009) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20200124) |
4949
| [0.10.3](https://github.com/RobotWebTools/rclnodejs/releases/tag/0.10.3) | [Dashing Diademata - Patch 4](https://github.com/ros2/ros2/releases/tag/release-dashing-20191018) |
5050

5151
## Documentation

0 commit comments

Comments
 (0)