How to use the getNodeNames function from bindings

Find comprehensive JavaScript bindings.getNodeNames code examples handpicked from public code repositorys.

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.
fork icon65
star icon244
watch icon27

+ 53 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)