Add README for typescript demos for indexing#1276
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a comprehensive README file for the TypeScript demos directory, providing documentation for ROS2 communication pattern demonstrations with TypeScript type safety.
- Added detailed documentation explaining three demo categories: topics, services, and actions
- Included structured overview of TypeScript features and development practices
- Created complexity progression table to guide users through learning path
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - **Action Client**: Sends goals, monitors progress, handles results | ||
| - **Features**: Goal cancellation, feedback processing, result handling | ||
|
|
||
| ## 📊 Complexity Progression |
There was a problem hiding this comment.
There are two '## 📊 Complexity Progression' headings (lines 31 and 54). The first one on line 31 appears to be incomplete with no content, while the second one has the actual table. Remove the duplicate heading on line 31.
| ## 📊 Complexity Progression |
|
|
||
| ## 📊 Complexity Progression | ||
|
|
||
| ## ️ TypeScript Features |
There was a problem hiding this comment.
The emoji spacing is inconsistent. There's an extra space in '## ️' - it should be '## 🔧 TypeScript Features' or similar to match the pattern used in other headings.
This PR adds a comprehensive README file for the TypeScript demos directory, providing documentation for ROS2 communication pattern demonstrations with TypeScript type safety. - Added detailed documentation explaining three demo categories: topics, services, and actions - Included structured overview of TypeScript features and development practices - Created complexity progression table to guide users through learning path Fix: #1275
This PR adds a comprehensive README file for the TypeScript demos directory, providing documentation for ROS2 communication pattern demonstrations with TypeScript type safety.
Fix: #1275