ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

UR3 RT remote position control

asked 2020-02-24 18:07:16 -0500

SometimesButMaybe gravatar image

We're looking for a simple way to control the position of the head (end effector/ TCP) of a UR3e robot.

The requirements are simple, we wish to send in real time 6DOF representing the head position in the world - p[x,y,z,ax,ay,az], and have the robot move the in a simple linear manner. Manual calibration of the pose is possible.

The goal is to close a loop with an external operator (teleoperation), for example an "absolute" joystick. The closest references found:

Any thought would be appreciated. Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-02-25 02:11:15 -0500

gvdhoorn gravatar image

I would suggest you take a look at the wiki/ur_robot_driver package. This would provide you with a driver capable of interfacing with the real-time external motion capabilities of the UR controller (at either 125 or 500 Hz, depending on which exact model of controller you have).

After starting the driver, switch to the JointGroupVelocityController using the controller_manager's services.

Then simply provide appropriate setpoints to the driver at the expected rate (ie: either 125 or 500 Hz) to close the loop.

You may want to take a look at the jog_arm package that was recently merged into MoveIt: Arm Jogging in Real-Time.

The requirements are simple, we wish to send in real time 6DOF representing the head position in the world - p[x,y,z,ax,ay,az], and have the robot move the in a simple linear manner.

I like your repeated use of "simple". You are probably aware how "not simple" this sort of task is in a distributed control setting with (almost) infinite variation in input devices and (almost) infinite variation in system-to-be-controlled (the fact you use a UR3 specifically doesn't really matter, there can be no assumptions about this in the software).

edit flag offensive delete link more

Comments

Hi! Thanks for the through answer, we'll definitely use the materials you sent.

You got a point about the "simple" terminology.. It comes from us expecting this functionality to be more integrated into the UR ecosystem (ROS aside), and learning the limitations as we progress through our project..

SometimesButMaybe gravatar image SometimesButMaybe  ( 2020-02-25 02:36:54 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2020-02-24 18:07:16 -0500

Seen: 511 times

Last updated: Feb 25 '20