/gravity_compensation

ICRA 2024 Supplementary material For paper "Excitation Trajectory Optimization for Dynamic Parameter Identification Using Virtual Constraints in Hands-on Robotic System"

Primary LanguagePython

Gravity Compensation

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 and Ubuntu 20.04 (ROS2 Version: Foxy).

The dependence of the libaray includes:

  1. optas
  2. lbr_fri_ros2
  3. scipy
  4. open3d

TODO