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
Support rcl_get_client_names_and_types_by_node (#1097)
This patch implements to expose `rcl_get_client_names_and_types_by_node` provided by `rcl` library, including:
1. Expose `rcl_get_client_names_and_types_by_node` by binding to JavaScript method `GetClientNamesAndTypesByNode`.
2. Add the type definition for `GetClientNamesAndTypesByNode` into `rclnodejs.d.ts`.
3. Add unit test for type into `test/types/index.test-d.ts`.
4. Add example into `example/ros-graph-example.js`.
Fix: #1096
0 commit comments