How to use the getServiceNamesAndTypesByNode function from bindings

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

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
  );
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)