System:
- OS version: Ubuntu 22.04.5 LTS
- Python version (if applicable): Python 3.10.12 (I also tested Python 3.11.13, the problem remains)
- SAPIEN version (pip freeze | grep sapien): 2.2.2
- Environment: Desktop
Describe the bug
Quaternions of Poses are inizialized as [1, 1, 1, 1]
To Reproduce
Steps to reproduce the behavior (use pastebin for code):
import sapien.core as sapien
p = sapien.Pose()
print(p.q)
Expected behavior
Initialized to [1,0,0,0]