This is a repo for identification of robotic dynamic parameters including mass, inertia, friction, center of mass.
Currently, the code can only support revolute robots with fixed base. (Also theoretically support 6Dof robots).
The code has been tested on KUKA LBR MED R700 robot / XArm and Ubuntu 22.04 (ROS2 Version: Humble).
The dependence of the libaray includes:
- sudo apt install python3-pip
- install optas refer to https://github.com/cmower/optas
- pip3 install numpy==1.26.1
- pip3 install open3d==0.17.0
- pip3 install pybullet
install lbr_fri_ros2 refer to https://github.com/lbr-stack/lbr_fri_ros2_stack
install xarm_ros2 refer to https://github.com/xArm-Developer/xarm_ros2/tree/humble