[Question] Motion Control Anomaly with Realman Manipulator in Isaac Sim #3189
Replies: 4 comments
-
Thanks for posting this. If you move one joint at a time, do all go in the direction you expect? This may help debug reference system direction. It's possible that the Panda and Realman have similar joint configurations but some with opposite orientations. Also it would help if you post an example that works with the Franka Panda so we understand what you are trying to do. |
Beta Was this translation helpful? Give feedback.
-
I’m using inverse kinematics (IK) to control the robotic arm’s end effector. While controlling individual joints works fine. when moving the entire arm along the x-axis to a certain point, it suddenly accelerates and becomes unstable. Reducing the control command mitigates this, but the issue persists at specific positions. |
Beta Was this translation helpful? Give feedback.
-
the robot might be hitting a singularity point . Do you have any good solutions or suggestions for this? |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. Here are a few pointers:
I'll move this post to our Discussions for follow up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently controlling a Realman manipulator (with joint configuration similar to Franka Panda) in the Isaac Lab 2.1 simulation environment and encountering an issue with motion control.
Expected Behavior:
When sending control commands, we intend for the end-effector / terminal link (Link 7) to perform pure translational motion along the positive X-axis of the
base_link
coordinate frame (i.e., the globally defined "forward" direction).Observed Behavior:
The actual movement in simulation severely deviates from expectations. The end-effector (Link 7) fails to execute the desired forward translational motion.
Instead, the motion appears to be primarily driven by Link 6 (the direct parent link of Link 7). Specifically:
2025.07.17.10.56.59.webm
Beta Was this translation helpful? Give feedback.
All reactions