Skip to content

lvjonok/mujoco-sysid

Repository files navigation

MuJoCo SysId

System Identification in Robotic Systems

This repository offers a concise introduction to system identification (Sys-ID) in robotic systems. It is inspired by recent advancements in MuJoCo utilities, specifically the Levenberg-Marquardt nonlinear least squares method.

Our primary focus is on mechanical systems where the model structure is known, including the number of state variables and the configuration of the kinematic tree. While the dynamics of these systems can be inherently complex, the general forms of the equations are known and have already been implemented in MuJoCo. In this context, the task of identification is essentially to estimate the parameters within a structured model.

Contents

This repository includes the following examples:

  • Estimation of cart-pole inertial parameters through random forcing and LQR stabilization of the identified system
  • Identification of end-effector load for the Franka Emika Panda and compensation using inverse dynamics
  • Determination of mass, center of mass, and spatial inertia for a Skydio X2 Quadrotor following LTV LQR tracking attempts.

Additionally, we provide some theoretical background and introduce two utility functions that may enhance system identification and adaptive control in robotic systems: mj_bodyRegressor and mj_jointRegressor.

We hope these examples and utilities will be useful for all MuJoCo users and assist in resolving their system identification challenges.

For further questions and suggestions, please do not hesitate to create an issue or start a discussion on GitHub.