Skip to content
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

How to use ikpy together with any other path planning algorithm to achieve obstacles avoidance? #133

Open
johnlim00 opened this issue Feb 3, 2023 · 2 comments

Comments

@johnlim00
Copy link

Currently working on a project of simulating autonomous robotic arms. I wonder is it possible to do it by using ikpy in my obstacles avoidance algorithm. Im able to use ikpy to move my ur5e robotic arms to the target object, but i wanted to make the arms automatically avoid any obstacles (if there's any) and reach the target object. Still stucked at the obstacles avoidance part, is there any tips or solution for this?

@gurselturkeri
Copy link

Hi, how did you do set goal and arms moving to goal? Also for obstacles avoidance maybe you can use lidar sensor.

@Phylliade
Copy link
Owner

Hello @johnlim00 !

IKPy's general philosophy is to be a low-level ik library, that can be used in higher levels trajectory/path planning algorithms, so your point makes sense!

The general approach is to cut your trajectory into multiple keypoints, in order to avoid the obstacles, and then use IKPy do the IK for you between the different keypoints

See more info here:
#129

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