Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2020.3.11f1
2021.1
2021.2
2022.1
Issue ID
1345543
Regression
No
Force applied on Articulation Body Component is inconsistent with inertiaTensor values
Reproduction steps:
1. Open project "AMR-POC.zip
2. Open Scene "TurtlebotInertiaTest"
3. Enter Play Mode
4. Press the up and down arrow keys on your keyboard
5. Observe Game view
6. Select GameObject "wheel_right_link"
7. Change Inertia Tensor values in the Inertia Tensor Update script to (0.0001, 0.0001, 0.0001)
8. Select GameObject "wheel_left_link"
9. Change Inertia Tensor values in the Inertia Tensor Update script to (0.0001, 0.0001, 0.0001)
10. In Game view press the up and down arrow keys on your keyboard
11. Observe Game view
Expected result: GameObject is moving faster when lowering the inertia
Actual result: GameObject is moving slower when lowering the inertia
Reproducible with: 2020.3.13f1, 2021.1.14f, 2021.2.0b1, 2022.1.0a1
Could not test with: 2018.4.36f1, 2019.4.28f1 (Don't have Articulation Body Component)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2022.1.X):
It doesn't appear to me that the angular acceleration is proportional to the tensor in this case. Instead, it looks as starting from some particular value of tensor, wheels are much harder to turn compared to the body, and at (1, 1, 1) the body is at least a 100x times easier to turn than the wheels so we see it accelerating instead.