How to use the getNodeNames function from bindings
Find comprehensive JavaScript bindings.getNodeNames code examples handpicked from public code repositorys.
GitHub: RobotWebTools/rclnodejs
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029
/** * Get the list of nodes and their namespaces discovered by the provided node. * @return {Array<{name: string, namespace: string}>} An array of the names and namespaces. */ getNodeNamesAndNamespaces() { return rclnodejs.getNodeNames(this.handle); } /** * Return the number of publishers on a given topic.
65
244
27
+ 53 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)