-
Notifications
You must be signed in to change notification settings - Fork 558
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
Cartesian Path Planning in Python API #2401
Comments
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
This issue was closed because it has been stalled for 45 days with no activity. |
@BBlumhofer Did you make any headway with this? Do I understand correctly that the Python API is available in ROS1/MoveIt1 but not in ROS2/MoveIt2? Is it just the thin Python wrapper around the C code that is missing? |
I haven't seen it confirmed, but I believe the Python API for the Pilz industrial stuff (now in MoveIt) is missing from ROS2, which is forcing me to stay on ROS1. This ticket suggests some kind of workaround: Do I understand correctly that in ROS2 the Python code is mainly thin wrappers that call the underlying C libraries? |
Is your feature request related to a problem? Please describe.
The current Python API of Moveit2 does not support Cartesian Path planning. To use moveit solely ia python this would be very important
Describe the solution you'd like
Similar to the move_group_Interface a function to compute the cartesian path
The text was updated successfully, but these errors were encountered: