Search Issue Tracker
Third Party Issue
Votes
0
Found in
2020.3.18f1
Issue ID
1378062
Regression
No
Issue with teleporting Articulation body with spherical joints
This issue has no description.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Quality Hackweek] [macOS] The letter ‘p’ is not continuously entered in a sticky note when holding the ‘p’ keyboard key
- Double separation lines are present in Override Controls in a new Volume Profile Asset
- Timeline UI elements overlap with the toolbar and property section when resizing a docked Animation window horizontally
- Asset is shown as not checked out but is editable when adding a scoped registry
- [Linux] Input field does not receive characters when they are inputted with the SHIFT modifier
Resolution Note:
Teleporting the root body doesn't imply resetting the articulation pose actually, all it does is to move the root, and make all the children follow on with the offset. Unfortunately, that creates some residual velocities in the spherical joints code that PhysX can't really deal with. Until we have a proper fix from Nvidia, we recommend to obtain pose somewhere during the init sequence (with articulationBody.GetJointPositions), and then immediately apply this pose right after teleportation. This will have the effect of resetting agent to initial state safely & reliably well.