File tree Expand file tree Collapse file tree 6 files changed +5
-10
lines changed
Expand file tree Collapse file tree 6 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -39,12 +39,7 @@ RUN rosdep install --from-paths $ROS2_WS/ros2-linux/share --ignore-src --rosdist
3939RUN 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- =======
4642ENV NODE_VERSION v12.20.0
4743RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
48- >>>>>>> Update Node.js to v12.20.0
4944
5045ENV PATH /bin/versions/node/$NODE_VERSION/bin:$PATH
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments