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
This PR replaces the doT template engine with native JavaScript template literals for generating ROS2 message/service wrapper classes. The change migrates from external template files to pure JavaScript functions, improving maintainability and performance.
- Removed dependency on doT template engine and replaced with native JavaScript template literals
- Created new template generator functions for messages, services, actions, and service events
- Updated the IDL generator to use the new template functions instead of doT templates
**Reference**:
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literalsFix: #1297
0 commit comments