Forward/Inverse Dynamics Library?
Hi, I want to ask if there is a Forward/Inverse Dynamics Library for a robot model
Thanks in advance for your help!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
the recent openrave versions (0.7.x) have inverse dynamics which can be used as :
robot.SetDOFValues(dofvalues)
robot.SetDOFVelocities(dofvelocities)
torques = robot.ComputeInverseDynamics(dofaccelerations)
you can also split the contributions
torqueconfiguration, torquecoriolis, torquegravity = robot.ComputeInverseDynamics(dofaccelerations,None,returncomponents=True)
I suppose you mean forward and inverse kinematics, not dynamics? The easiest option is probably the package arm_kinematics_constraint_aware, although there are other options (such as OpenRAVE's ikfast module).
Asked: 2012-06-04 22:28:56 -0600
Seen: 1,230 times
Last updated: Jun 06 '12
What are the recent (newest) FK, IK solvers?
Find the forward and inverse kinematics of an open manipulator in ROS simulation
Compile error using Eigen 3 in Diamondback (Inverse Matrix)
Difference between <dynamics damping="0.7" friction="100.0" /> and <mu1>1</mu1>
urdf to lagrangian equations of motion