How to use the getSubscriptionNamesAndTypesByNode function from bindings

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

968
969
970
971
972
973
974
975
976
977
 * @param {string} namespace - The name of the namespace.
 * @param {boolean} noDemangle - If true topic names and types returned will not be demangled, default: false.
 * @return {Array<{name: string, types: Array<string>}>} - An array of the names and types.
 */
getSubscriptionNamesAndTypesByNode(nodeName, namespace, noDemangle = false) {
  return rclnodejs.getSubscriptionNamesAndTypesByNode(
    this.handle,
    nodeName,
    namespace,
    noDemangle
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)