Skip to content

Commit 17b9c66

Browse files
author
Minggang Wang
committed
Bump to v0.15.1
1 parent 9eb37b5 commit 17b9c66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rclnodejs.init().then(() => {
2828
**ROS 2 SDK**
2929

3030
- See the ROS 2 SDK [Installation Guide](https://index.ros.org/doc/ros2/Installation/) for details.
31-
- **_ DON'T FORGET TO [SOURCE THE ROS 2 STARTUP FILES](https://index.ros.org/doc/ros2/Tutorials/Configuring-ROS2-Environment/#source-the-setup-files) _**
31+
- **DON'T FORGET TO [SOURCE THE ROS 2 STARTUP FILES](https://index.ros.org/doc/ros2/Tutorials/Configuring-ROS2-Environment/#source-the-setup-files)**
3232

3333
## Install rclnodejs
3434

@@ -48,7 +48,7 @@ npm i [email protected]
4848

4949
| RCLNODEJS Version | Compatible ROS 2 Release |
5050
| :---------------: | :-----------: |
51-
| [0.15.0 (current)](https://www.npmjs.com/package/rclnodejs/v/0.15.0) ([API](http://robotwebtools.org/rclnodejs/docs/0.15.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20200710) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20200124) |
51+
| [0.15.1 (current)](https://www.npmjs.com/package/rclnodejs/v/0.15.1) ([API](http://robotwebtools.org/rclnodejs/docs/0.15.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20200710) / [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.15.0",
3+
"version": "0.15.1",
44
"description": "ROS2.0 JavaScript client with Node.js",
55
"main": "index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)