Important: Isaac Sim support
Note: For Isaac Sim support, the community is gradually transitioning from this forum to the Isaac Sim GitHub repository so that questions and issues can be tracked, searched, and resolved more efficiently in one place. Whenever possible, please create a GitHub Discussion or Issue there instead of starting a new forum topic.
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 · GitHub ) 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.
6.0.0
5.1.0
5.0.0
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 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: RTX A4000
- Driver Version: 573.06
Topic Description
Using Lula with a Closed-Loop Robot (Kawasaki BX200X) — Incorrect End-Effector Position in Lula Test Widget
Detailed Description
I am trying to use Lula to control a Kawasaki BX200X robot (6-DOF: J1–J6) so that the end-effector follows a target pose.
The BX200X has a closed-loop (parallel linkage) mechanism between J2 and J3, as illustrated in the figure below. This 4-bar closed-loop linkage is mechanically coupled.
To handle this closed-loop structure within Lula’s framework, I have adopted the following approach:
-
One joint in the 4-bar closed-loop is omitted entirely from the kinematic chain (treated as a passive/fixed link).
-
Two joints are defined as mimic joints to replicate the mechanical coupling.
-
In the Lula Robot Description Editor, the mimic joints are set to
fixed. -
In the URDF, those same joints are defined using the
<mimic>tag.
However, when I run the Lula Test Widget after this configuration, the end-effector coordinate is displayed at an incorrect/unexpected location.
Steps to Reproduce
-
- Prepare the URDF for the Kawasaki BX200X, modeling the closed-loop linkage between J2 and J3 as follows:
-
Omit one passive joint from the 4-bar linkage.
-
Define two joints as mimic joints using the
<mimic>tag in URDF.
-
- Import the URDF into Isaac Sim.
- Open the Lula Robot Description Editor.
- Set the mimic joints to
fixedin the Lula Robot Description Editor. - Save the Lula robot description file (YAML/XRDF).
- Open the Lula Test Widget and load the robot.
- Observe the end-effector position — it appears at an incorrect location in the scene.
- Prepare the URDF for the Kawasaki BX200X, modeling the closed-loop linkage between J2 and J3 as follows:
Error Messages
-
What is the recommended workflow in Isaac Sim / Lula for robots with closed-loop (parallel linkage) kinematics?
-
Should the mimic joints be handled differently in the Lula Robot Description Editor (e.g., not set to
fixed, but handled via the URDF<mimic>tag only)? -
Is there a known limitation in Lula regarding closed-loop kinematic chains, and if so, what is the recommended workaround?
-
Are there any reference examples or documentation for configuring parallel linkage robots (similar to 4-bar mechanisms) with Lula?
Any guidance or example configurations would be greatly appreciated. Thank you!
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)

