RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
311 stars 70 forks source link

[Jazzy] Generate msg for a service #972

Closed minggangw closed 1 month ago

minggangw commented 1 month ago

This patch implements to generate .msg files from .srv for request/response, because since ROS2 Jazzy, the message files are removed.

Fix: #972