Skip to content

Commit cdb7bc7

Browse files
author
Raffaello
committed
Update UrdfBox.js
fix type of box
1 parent ea9c9a4 commit cdb7bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urdf/UrdfBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ROSLIB.UrdfBox = function(options) {
2323
* @param xml - the XML element to parse
2424
*/
2525
var initXml = function(xml) {
26-
this.type = ROSLIB.URDF_BOX;
26+
that.type = ROSLIB.URDF_BOX;
2727

2828
// Parse the string
2929
var xyz = xml.getAttribute('size').split(' ');

0 commit comments

Comments
 (0)