File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments