We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f15c4 commit 5d060fbCopy full SHA for 5d060fb
src/core/Ros.js
@@ -316,7 +316,7 @@ ROSLIB.Ros.prototype.getMessageDetails = function(message, callback) {
316
* Encode a typedefs into a dictionary like `rosmsg show foo/bar`
317
* @param type_defs - array of type_def dictionary
318
*/
319
-ROSLIB.Ros.decodeTypeDefs = function(type_defs) {
+ROSLIB.Ros.prototype.decodeTypeDefs = function(type_defs) {
320
var typeDefDict = {};
321
var theType = type_defs[0];
322
0 commit comments