How to use the getPublisherNamesAndTypesByNode function from bindings
Find comprehensive JavaScript bindings.getPublisherNamesAndTypesByNode code examples handpicked from public code repositorys.
GitHub: RobotWebTools/rclnodejs
952 953 954 955 956 957 958 959 960 961
* @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. */ getPublisherNamesAndTypesByNode(nodeName, namespace, noDemangle = false) { return rclnodejs.getPublisherNamesAndTypesByNode( this.handle, nodeName, namespace, noDemangle
65
244
27
+ 53 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)