Some questions regarding force/torque for actor and link #257
-
|
First, thank you for these amazing projects (both SAPIEN and ManiSkill). I have several questions while building my own simulated environment:
|
Beta Was this translation helpful? Give feedback.
Answered by
StoneT2000
Sep 5, 2025
Replies: 1 comment 3 replies
-
SAPIEN/src/physx/physx_system.cpp Lines 1034 to 1047 in fd97712
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nv-quan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cuda_rigid_dynamic_xare slices of thecuda_rigid_body_xdata. Specifically rigid_body contains the 13D pose+velocities of all rigid body actors, and rigid body links in articulations (and further padded with zeros based on the articulation with the largest DOF). rigid_dynamic only refers to actors.SAPIEN/src/physx/physx_system.cpp
Lines 1034 to 1047 in fd97712