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 a4b1e4e commit 9938d1bCopy full SHA for 9938d1b
build/roslib.js
@@ -1180,6 +1180,9 @@ ROSLIB.TFClient.prototype.processFeedback = function(tf) {
1180
var that = this;
1181
tf.transforms.forEach(function(transform) {
1182
var frameID = transform.child_frame_id;
1183
+ if (frameID[0] !== '/') {
1184
+ frameID = '/' + frameID;
1185
+ }
1186
var info = that.frameInfos[frameID];
1187
if (info !== undefined) {
1188
info.transform = new ROSLIB.Transform({
0 commit comments