Skip to content
Discussion options

You must be logged in to vote

Thank you for posting this. I'll move this post to our Discussions. The differences you’ve observed between IsaacLab’s and legged_gym’s torque computation stem mainly from IsaacLab’s emphasis on physical realism, versatility of control strategies, and sim-to-real transfer. Here’s a detailed breakdown:

1. Explicit Actuator Models and Physical Realism

IsaacLab provides two main actuator paradigms: implicit (where the simulator’s internal PD controller is used) and explicit (where torque is computed by user-provided models). In the explicit case—such as in actuator_pd.py—the control law is:

$$\text{computed\_effort} = \text{stiffness} \times \text{error}_{pos} + \text{damping} \times \text{e…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CAI23sbP
Comment options

@RandomOakForest
Comment options

Answer selected by CAI23sbP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2999 on July 26, 2025 12:55.