How to use the getTopicNamesAndTypes function from bindings
Find comprehensive JavaScript bindings.getTopicNamesAndTypes code examples handpicked from public code repositorys.
GitHub: RobotWebTools/rclnodejs
996 997 998 999 1000 1001 1002 1003 1004 1005
* Get the list of topics discovered by the provided node. * @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. */ getTopicNamesAndTypes(noDemangle = false) { return rclnodejs.getTopicNamesAndTypes(this.handle, noDemangle); } /** * Get the list of services discovered by the provided node.
65
244
27
+ 53 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)