Open mlauret opened 9 years ago
HI! I have a similar problem WARNING: equation too complex to simplify for rot norm.not unique.Have you solved it?
I also wander if it is my openrave's problem?
Hi, I am getting similar errors/warnings. Have you able to solve this ?
WARNING: equation too complex to simplify for rot norm
WARNING: raghavan roth equation (11,1) too complex
WARNING: raghavan roth equation (12,1) too complex
WARNING: raghavan roth equation (13,1) too complex
I would really appreciate some help.
Hello ! I am stuck on a problem for quite some time : I try to generate a ikfast .cpp for Kinova's Jaco V2 with 6 DOF. I'm using the latest version of Openrave (branch Master) 0.9 on a Ubuntu 14.04 32Bits with 4GB of RAM. I didn't succeed with the 2 attempt described below, I think it's a problem with the Jaco2 special kinematics but i'm not sure. Maybe you can understand if it's a bug from openrave or from me.
The .dae file i'm using is the one I created from the Kinova's Github : https://github.com/Kinovarobotics/kinova-ros/blob/master/jaco_model/urdf/standalone_arm.xacro
I used urdf_to_collada to generate the .dae, then I rounded it to 3 digits : https://drive.google.com/file/d/0B0BRMr7Z9cxfR1FDcDdRbjJua1U
Everything seem fine with
openrave-robot.py jaco_arm.rounded3.dae --info links
:Then I launch :
The generation don't work, it compute for ~40min and when openrave ate all my RAM, it crash. The full log can be found here : http://justpaste.it/jacoikfastcrash (I don't know what's important or not, so I pasted everything... brave yourself, big equation are coming).
The log begin by :
And end by :
So, I tried with another urdf from https://github.com/iki-wgt/jaco-ros/blob/master/kinova_description/urdf/standalone_jaco2.xacro :
And then :
but the result is pretty much the same :
Then a lot of equation too complex to simplify then :
And now it had been running for 1h and a half and taking only 14% of my RAM. Nothing more appeared. Do all these log mean something to you ?
Thanks you for your time!