-
Notifications
You must be signed in to change notification settings - Fork 60
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
Question about cartesian value in ex_pose_goal.py #79
Comments
I read this <Added setting of cartesian speed and acceleration #53>. Here is my part code of moveit. OMG,I'm sorry I found my ros version is humble.So is there any way to modify the speed of a Cartesian path? |
Hello @Averykla, You could try manually setting the pymoveit2/pymoveit2/moveit2.py Line 2221 in 60cc171
As for the ROS distribution (I see you are using Humble), pymoveit2/pymoveit2/moveit2.py Lines 2217 to 2220 in 60cc171
Good luck! |
Hi @AndrejOrsula , I found that modifying |
I checked, and you are correct. I took a quick look, but unfortunately, I didn't figure out the origin of the issue (internal/external). If you find it, please let us know. 🙂 |
Hi author, I need to set a pre-grasp point during the robot grasping process, and then let the robot go down vertically with the posture of the pre-grasp point after the robot reaches the pre-grasp point to grasp the object. So I set the value of cartesian in your program to true during the process of the robot moving from the pre-grasp point to the grasping point. But after my test, I found that as long as I set the value of cartesian to true, my robot will move very fast. Is there any value in the program that can constrain the Cartesian path speed?
I tried cartesian_max_step, but the effect was not obvious. In addition, I would like to ask you a question. When my robot reaches the pre-grasp point, if I continue to use the original RRT planning algorithm, the robot will execute a very complex trajectory, sometimes going around in a circle and then going down to grasp the object. What path planning should I choose from the pre-grasp point to the grasping point?
The text was updated successfully, but these errors were encountered: