orocos / orocos_kinematics_dynamics

Orocos Kinematics and Dynamics C++ library
682 stars 407 forks source link

Accuracy of KDL ChainIdSolver_RNE #275

Open DimitriEckert137 opened 4 years ago

DimitriEckert137 commented 4 years ago

Hi everyone, I was wondering, have there been some tests of how accurate the results from the ChainIdSolver_RNE are? I tested with a simple inverted pendulum in gazebo. I moved the pendulum with rviz moveit to different positions and compared the results from kdl with the ones from gazebo and the theoretical value (calculated "by hand"). The results were pretty good, with kdl being slightly closer to the theoretical value (see picture). When I tested with a simulated UR3e and compared kdl and gazebo (I didn't calculate the theoretical value here), the differences were much bigger. Has anybody else done some tests like this before and could tell me how accurate kdl is (under the idealistic assumption that the URDF model is perfectly accurate)? image

YummyOu commented 3 years ago

I have the same confusion. I use UR5 to get the current from ROS and convert it to torque, but the differences are so big.

So I also wonder how accurate the KDL for UR is.

luzpaz commented 12 months ago

Any traction on this ?