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

Any control interface for cartesian velocity control? #42

Open
aodongdong opened this issue Mar 4, 2023 · 1 comment
Open

Any control interface for cartesian velocity control? #42

aodongdong opened this issue Mar 4, 2023 · 1 comment

Comments

@aodongdong
Copy link

Hello,
I want to control the velocity of panda in cartesian space. Is there any functions to realize it?
For example:
robot = PandaArm()
robot.move_to_cartesian_pose([0.428, -0.02, 0.16])
can move the robot in cartesian space using position control
I'm seeking for a function that can give the velocity command in cartesian space.
PS: The only way i can think of is to define the desired cartesian velocity and use the pseudoinverse of Jacobian to get the desired joint velocity. Then send the joint velocity command.
Any suggestions will be helpful!

@github-actions
Copy link

github-actions bot commented Mar 4, 2023

Hi @FSIE-group, thank you for using this repository. Unfortunately, I am unable to maintain this package any more, sorry!
If you are interested in contributing to this repository or are willing to maintain it, please contact me at [email protected].
-- Saif

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

1 participant