How to use the getNodeName function from bindings

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

901
902
903
904
905
906
907
908
909
910
/**
 * Get the name of the node.
 * @return {string}
 */
name() {
  return rclnodejs.getNodeName(this.handle);
}

/**
 * Get the namespace of the node.
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)