Skip to content

Commit ecff5ed

Browse files
committed
Add tutorial for lifecycle node (#1237)
This PR adds a comprehensive tutorial on ROS 2 lifecycle nodes for the rclnodejs library. The tutorial explains the lifecycle state machine, provides practical examples, and covers best practices for implementing lifecycle nodes in JavaScript. ### Key Changes: - **New lifecycle nodes tutorial** with detailed explanations, code examples, and troubleshooting guidance - **README update** to include a link to the new tutorials director Fix: #1236
1 parent 721f05e commit ecff5ed

File tree

2 files changed

+740
-0
lines changed

2 files changed

+740
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ rclnodejs.init().then(() => {
2525
- [Installation](#installation)
2626
- [rclnodejs-cli](#rclnodejs-cli)
2727
- [API Documentation](#api-documentation)
28+
- [Tutorials](./tutorials/)
2829
- [Electron-based Visualization](#electron-based-visualization)
2930
- [Using TypeScript](#using-rclnodejs-with-typescript)
3031
- [ROS2 Interface Message Generation](#ros2-interface-message-generation)

0 commit comments

Comments
 (0)