isaac-sim / IsaacLab

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

Fixes indexing bug in write_joint_limits_to_sim #1401

Closed kellyguo11 closed 1 week ago

kellyguo11 commented 2 weeks ago

Description

This change fixes bugs in Articulation class write_joint_limits_to_sim method, where previously env_ids and joint_ids were not taken into account when ids passed in are not None.

Type of change

Checklist