How to use the getServiceNamesAndTypesByNode function from bindings
Find comprehensive JavaScript bindings.getServiceNamesAndTypesByNode code examples handpicked from public code repositorys.
GitHub: RobotWebTools/rclnodejs
983 984 985 986 987 988 989 990 991 992
* @param {string} nodeName - The name of the node. * @param {string} namespace - The name of the namespace. * @return {Array<{name: string, types: Array<string>}>} - An array of the names and types. */ getServiceNamesAndTypesByNode(nodeName, namespace) { return rclnodejs.getServiceNamesAndTypesByNode( this.handle, nodeName, namespace );
65
244
27
+ 53 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)