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 compute a cartesian path? #84

Open
akjay opened this issue Feb 17, 2024 · 2 comments
Open

How to compute a cartesian path? #84

akjay opened this issue Feb 17, 2024 · 2 comments

Comments

@akjay
Copy link

akjay commented Feb 17, 2024

Is there a function to compute a cartesian path like moveit --computeCartesianPath().

@rickertm
Copy link
Member

You can calculate a joint configuration for a goal pose via one of the IK solvers in rl::mdl, but the currently included path planning algorithms do not restrict the robot's motion to a Cartesian path if that is what you are looking for. In particular the RRT planners can be extended to restrict the robot's motion given specified constraints, but this will limit the planner's overall performance.

You can take a look at the included EET planner implementation, that uses workspace information and the robot's Jacobian matrix to step toward Cartesian positions as part of its exploitation phase.

@akjay
Copy link
Author

akjay commented Feb 19, 2024

Thank you.I will try to make a cartesian path planner by inherit from rl::plan::planner

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