ik_solver.sample_configs has batch size of 0 #442
Unanswered
aadhithya-fauna
asked this question in
Research Q&A
Replies: 1 comment
-
This could be because there are no valid joint configurations (due to self collisions or world collisions). Can you try the IK solver with no collision checking, example is first code block here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I trying to run the simple IK example with a custom urdf and when I try to sample q using the above function I get the issue of ik_solver.sample_configs has batch size of 0
Also if I use a custom joint positions to calculate the FK and then perform IK on those solutions. The IK solutions spit out are nan values
Beta Was this translation helpful? Give feedback.
All reactions