isaac-sim / IsaacLab

Unified framework for robot learning built on NVIDIA Isaac Sim
https://isaac-sim.github.io/IsaacLab
Other
1.9k stars 726 forks source link

[Question] Kp,Kd values for Unitree A1 robot in the reality #44

Closed COST-97 closed 1 year ago

COST-97 commented 1 year ago

Question

In omni/isaac/orbit/robots/config/unitree.py, the Kp,Kd values of Unitree A1 robot are 25 and 0.5. So what are these values in the reality. Specifically, for various robot behavior (walking,turning, gallop,...), are these parameters uniform (in simulation or reality)? If not, what are the approximate values of each parameter.

Thank you!

Mayankm96 commented 1 year ago

Hi,

That's an interesting question. Unfortunately, we don't have the resources to check sim-to-real for Unitree robots. However, we encourage contributions from the community on verifying the tuned gains for deployment of policies trained in simulation.

Recently, there has been a work that touches more in detail about tuning controllers for legged locomotion, particularly for the different behaviors you mentioned. I would advise maybe taking a look there. From a quick glance, I saw that they also use an actuator net for the robot, however, the authors of that work would be more resourceful in how useful it is for that particular robot.

Website: https://gmargo11.github.io/walk-these-ways/ Code: https://github.com/Improbable-AI/walk-these-ways