Spatial tendon ArticulationCfg

Note: For any Isaac Lab topics, please submit your topic to its GitHub repo (GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim) following the instructions provided on Isaac Lab’s Contributing Guidelines (Contribution Guidelines — Isaac Lab Documentation).

Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.

Isaac Sim Version

4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):

Operating System

Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):

GPU Information

  • Model: 4090
  • Driver Version:

Topic Description

Detailed Description

I am a new developer working with Isaac Sim and aiming to train a reinforcement learning (RL) policy using a self-designed robot that includes both angular and linear motors.

I discovered that while angular motors are well-documented, there are no clear examples or guidance on using linear motors with closed-loop control. In my search for alternatives, I came across the concept of spatial tendons as a potential substitute for linear actuators.

However, I have not found any examples or documentation detailing how to configure the articulationCfg for spatial tendons, similar to how it is done for the Unitree H1 in RL locomotion examples.

I would greatly appreciate any guidance on whether it is possible to simulate and train a policy using either linear motors or spatial tendons in Isaac Sim, and how to properly configure them in the RL pipeline.

Thank you!

Steps to Reproduce

(Add more steps as needed)

Error Messages

(If applicable, copy and paste any error messages you received)

Screenshots or Videos

(If applicable, add screenshots or links to videos that demonstrate the issue)

Additional Information

What I’ve Tried

(Describe any troubleshooting steps you’ve already taken)

Related Issues

(If you’re aware of any related issues or forum posts, please link them here)

Additional Context

(Add any other context about the problem here)

Hi @worldrescue for RL training, please check out IsaacLab, which is a framework for robotics RL training. For any IsaacLab related questions, please post them in IsaacLab github.