How to use the getServiceNamesAndTypes function from bindings
Find comprehensive JavaScript bindings.getServiceNamesAndTypes code examples handpicked from public code repositorys.
GitHub: RobotWebTools/rclnodejs
1004 1005 1006 1007 1008 1009 1010 1011 1012 1013
/** * Get the list of services discovered by the provided node. * @return {Array<{name: string, types: Array<string>}>} - An array of the names and types. */ getServiceNamesAndTypes() { return rclnodejs.getServiceNamesAndTypes(this.handle); } /** * Get the list of nodes discovered by the provided node.
65
244
27
+ 53 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)