Isaac Sim Version
4.2.0
4.1.0
4.0.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):
I have created an Action Graph in my Isaac Sim application using Omnigraph to handle the kinematics of a forklift from Isaac Sim Assets. In this Action Graph, I implemented a script node intended to solve the inverse kinematics of the forklift given two points: an initial position and a target.
However, the steering angle values generated are incorrect. Depending on the target, the forklift enters a loop and fails to reach the desired position. Has anyone implemented a solution for an Ackermann Controller to accurately solve the inverse kinematics between two points?
Any advice or examples would be greatly appreciated.