You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Note:** to install rclnodejs from GitHub: add `"rclnodejs":"RobotWebTools/rclnodejs#<branch>"` to your `package.json` depdendency section.
68
69
70
+
## rclnodejs-cli
71
+
72
+
[rclnodejs-cli](https://github.com/RobotWebTools/rclnodejs/) is a companion project we recently launched to provide a commandline interface to a set of developer tools for working with this `rclnodejs`. You may find `rclnodejs-cli` particularly useful if you plan to create ROS 2 node(s) and launch files for working with multiple node orchestrations.
73
+
```
74
+
_ _ _
75
+
_ __ ___| |_ __ ___ __| | ___ (_)___
76
+
| '__/ __| | '_ \ / _ \ / _` |/ _ \| / __|
77
+
| | | (__| | | | | (_) | (_| | __/| \__ \
78
+
|_| \___|_|_| |_|\___/ \__,_|\___|/ |___/
79
+
|__/
80
+
Usage: rclnodejs [command] [options]
81
+
82
+
Options:
83
+
-h, --help display help for command
84
+
85
+
Commands:
86
+
create-package [options] <package-name> Create a ROS2 package for Nodejs development.
87
+
generate-ros-messages Generate JavaScript code from ROS2 IDL interfaces
88
+
help [command] display help for command
89
+
```
90
+
91
+
69
92
## API Documentation
70
93
71
94
API documentation is generated by `jsdoc` and can be viewed in the `docs/` folder or [on-line](http://robotwebtools.org/rclnodejs/docs/index.html). To create a local copy of the documentation run `npm run docs`.
0 commit comments