curobo
curobo copied to clipboard
joint_vec must be contiguous
- cuRobo installation mode from python
- python version: python=3.8
- Isaac Sim version (if using): Isaac Gym Preview 4.0
RuntimeError: joint_vec.is_contiguous() INTERNAL ASSERT FAILED at "curobo/src/curobo/curobolib/cpp/kinematics_fused_kernel.cu":1217, please report a bug to PyTorch. joint_vec must be contiguous
Can you make the joint angles contiguous by using joint_position.contiguous() before sending to cuRobo?