Batch Collision-Free IK with Different Fixed Base Transforms per Batch Element #624
Unanswered
j-hae1
asked this question in
Software Q&A
Replies: 1 comment
-
|
Could you get the same output by duplicating the world N times and changing the pose of the world w.r.t. robot base frame and solve as a batched_env IK? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
Issue Details
Description
Hi,
I am trying to understand whether cuRobo supports the following use case.
From this example:
https://github.com/NVlabs/curobo/blob/main/examples/ik_example.py
I can see that batch collision-free IK is supported (e.g.,
solve_batch,solve_batch_env,solve_batch_goalset, etc.).However, in all examples, the robot base appears to be fixed at the identity transform
(position =
(0, 0, 0), orientation = identity quaternion).What I Want to Do
I would like to solve batch collision-free IK for:
But with the following additional requirement:
Different Fixed Base per Batch Element
For each IK instance in the batch:
Conceptually:
NNdifferent fixed base transformsNdifferent target posesQuestion
Is it currently supported to provide a different fixed base transform per batch element when running collision-free batch IK?
If not, what would be the recommended way to implement this?
For example:
RobotConfigper batch element?Thank you for your guidance.
Beta Was this translation helpful? Give feedback.
All reactions