Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 437 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 437 Bytes

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