-
Notifications
You must be signed in to change notification settings - Fork 110
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
Query for Functionalities #118
Comments
Sorry I guess there is no single function available to reach a specified position at non-zero velocity. Currently we have position command (reach target at zero velocity) and velocity control mode (keep moving at a target velocity with no position target). If you have external planner or algorithm that can achieve your desired function, you may use |
Hi @101Priyansh, The speed and acceleration parameter of
|
I want to make the end-effector reach at a certain point with a certain desired velocity(Goal: x,y with 0.3m/s) . Is there a readily available code in the python sdk for the same? where I do not need to write a PD controller.
Thank you.
The text was updated successfully, but these errors were encountered: