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

Can we add AvoidObstacles in inverse kinematics path planner? #107

Closed
Juzhan opened this issue Apr 12, 2023 · 1 comment
Closed

Can we add AvoidObstacles in inverse kinematics path planner? #107

Juzhan opened this issue Apr 12, 2023 · 1 comment

Comments

@Juzhan
Copy link

Juzhan commented Apr 12, 2023

From current examples, I found that only the OSC-based method uses AvoidObstacles, how to add this part to the path planner?

@p3jawors
Copy link
Collaborator

AvoidObstacles is a null space controller, meaning it functions in the redundant space of the encompassing controller, in this case OSC. We have not implemented any way of integrating this into a path planner. You can read about how this obstacle avoidance works from the original paper here.

You should still be able to plan your trajectories and use the obstacle avoidance with the controller. The path planner will set targets that move the arm in a straight line, but it will diverge from that if need be with the avoidance controller.

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

2 participants