Skip to content

Commit

Permalink
Update UrdfBox.js
Browse files Browse the repository at this point in the history
fix type of box
  • Loading branch information
Raffaello committed Feb 13, 2014
1 parent ea9c9a4 commit cdb7bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urdf/UrdfBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ROSLIB.UrdfBox = function(options) {
* @param xml - the XML element to parse
*/
var initXml = function(xml) {
this.type = ROSLIB.URDF_BOX;
that.type = ROSLIB.URDF_BOX;

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

0 comments on commit cdb7bc7

Please sign in to comment.