Skip to content

Initialization of Pose's quaternion is 1,1,1,1 #251

@dlfabio

Description

@dlfabio

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions