Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions scripts/npmjs-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ Send a request in a client

```

Check out more [examples](https://github.com/RobotWebTools/rclnodejs/tree/develop/example).

## Using rclnodejs with TypeScript

In your node project install the rclnodejs package as described above. You will also need the TypeScript compiler and node typings installed.
Expand Down Expand Up @@ -162,8 +164,14 @@ const msg: rclnodejs.std_msgs.msg.String = {
};
```

Check out more TypeScript [demos](https://github.com/RobotWebTools/rclnodejs/tree/develop/ts_demo).

**Note** that the interface.d.ts file is updated each time the generate_messages.js script is run.

## Using rclnodejs with Electron

Check out [demos](https://github.com/RobotWebTools/rclnodejs/tree/develop/electron_demo).

## License

Apache License Version 2.0
Loading