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 f8fca96 commit 3f30146Copy full SHA for 3f30146
build/roslib.js
@@ -654,7 +654,7 @@ ROSLIB.Ros.prototype.decodeTypeDefs = function(type_defs) {
654
// lookup the name
655
var sub_type = false;
656
for (var j = 0; j < hint_defs.length; j++) {
657
- if (hint_defs[j].type === fieldType) {
+ if (hint_defs[j].type.toString() === fieldType.toString()) {
658
sub_type = hint_defs[j];
659
break;
660
}
0 commit comments