Skip to content

Collision Avoidance in Inverse Kinematics #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
LimTurtle opened this issue Mar 31, 2025 · 0 comments
Open

Collision Avoidance in Inverse Kinematics #98

LimTurtle opened this issue Mar 31, 2025 · 0 comments

Comments

@LimTurtle
Copy link

Hello,

I am using the Robotics Library to generate a collision-free path when a target position is given.

Currently, I have generated a goal based on the target position using NloptInverseKinematics. Additionally, after adding a URDF model and collision objects to the Scene, I successfully created a planning path for the previously generated goal using the PRM algorithm.

However, when examining the process of generating the goal using IK for the target position, it seems that the solve function of IK generates a goal without considering collisions with other objects in the Scene. (Apologies if I misunderstood this.)

I would like the final robot pose obtained through IK for the target position to also avoid collisions with other objects in the Scene. Instead of simply restarting the IK process multiple times to find a collision-free pose, is there a way to obtain IK results that inherently avoid collisions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant