-
Notifications
You must be signed in to change notification settings - Fork 119
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
Controlling the robot velocity in cartesian_motion_controller #176
Comments
It would move slower for lower stiffness values, but what is typically actually needed is some controlled way of moving the reference point. For example one can use motion planning frameworks like MoveIt and some of the helper controllers in this repo. |
Hi @matthias-mayr ! Thanks for your response. Does your framework work on top of the Cartesian controllers? For instance, is it going to take a target_pose and basically interpolate between the current and the target_pose and publish the intermediate poses to the cartesian_motion_controller? |
Yes, that's exactly what it does. We used it for example in this paper with the |
If you need this feature for ROS2 and are willing to code , here's a promising fork by @egordon that implements a |
Hello! I would like to know if there is any way of managing the speed with shich the the robot moves when we publish to cartesian_mostion_controller/target_frame? For instance I have to make very precice movements with lowered speed, how could I do that?
The text was updated successfully, but these errors were encountered: