ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

One option is to create a robot model from KDLKinematics. This package can compute the Jacobian and mass matrix using the following functions from here: jacobian() and inertia(). You would have to change the end_link when calling the KDLKinematics() function for calculating jacobian() and inertia() for different chains.

One option is to create a robot model from KDLKinematics. based on the URDF. This package can compute the Jacobian and mass matrix using the following functions from here: jacobian() and inertia(). You would have to change the end_link when calling the KDLKinematics() function for calculating jacobian() and inertia() for different chains. chains.