Difference between revisions of "Talk:Format:XML"

From OpenRAVE
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
[xmlreaders.cpp:522] xmlSAXUserParseFile: error parsing ''file'': openrave (Failed): KinBody::Joint::GetValues: unknown joint type 0x80000001
 
[xmlreaders.cpp:522] xmlSAXUserParseFile: error parsing ''file'': openrave (Failed): KinBody::Joint::GetValues: unknown joint type 0x80000001
  
(N.B. : Tried on Ubuntu 11.04, Openrave 0.3.2)
+
(N.B. : Tried on Ubuntu 11.04, Openrave 0.3.2 and OpenRave 0.4.0)
  
  
 
The error comes in fact from the file kinbody.cpp, in the function void KinBody::Joint::GetValues(vector<dReal>& pValues, bool bAppend) const. In the switch .. case function only JointHinge2 and JointSpherical are tested.
 
The error comes in fact from the file kinbody.cpp, in the function void KinBody::Joint::GetValues(vector<dReal>& pValues, bool bAppend) const. In the switch .. case function only JointHinge2 and JointSpherical are tested.
 +
 +
 +
created a ticket to track this item:
 +
 +
https://sourceforge.net/apps/trac/openrave/ticket/155

Latest revision as of 05:41, 6 July 2011

It seems that it's impossible to create a Universal joint.

When trying the XML parser says :

[xmlreaders.cpp:522] xmlSAXUserParseFile: error parsing file: openrave (Failed): KinBody::Joint::GetValues: unknown joint type 0x80000001

(N.B. : Tried on Ubuntu 11.04, Openrave 0.3.2 and OpenRave 0.4.0)


The error comes in fact from the file kinbody.cpp, in the function void KinBody::Joint::GetValues(vector<dReal>& pValues, bool bAppend) const. In the switch .. case function only JointHinge2 and JointSpherical are tested.


created a ticket to track this item:

https://sourceforge.net/apps/trac/openrave/ticket/155