How to use the cartesian trajectory controller? #642
Unanswered
devvaibhav455
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I believe you've posted this on the wrong repository. The repository in your quote is UniversalRobots/Universal_Robots_ROS_Driver. You're posting this on The controller you refer to is not hosted nor maintained here. I'd suggest you repost your question on UniversalRobots/Universal_Robots_ROS_Driver. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a UR5 robot but before I test my stuff on the real robot, I want to make sure everything works fine in gazebo simulation. I want the robot’s EE to follow a 6-DOF pose continuously. I have got a 6-DOF joystick which publishes poses continuously and I want the robot's EE to follow it. I can do so easily using the franka emika cartesian impedance controller which they have already provided as an example and that makes me think that such a thing is possible.
For UR5, after searching I found out that pose_based_cartesian_traj_controller is something which I should be looking at. The answer requests us to go to beta-testing branch which then redirects to the staging branch
I cloned the staging branch but unsure how to move forward. Could someone please provide step-by-step (if that's not possible, some guidance) instructions to do that?
System details: Ubuntu 20.04 + ROS noetic on amd64 architecture
PS: I can switch to ROS melodic as well if that’s a hard-and-fast requirement.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions