UR3 RT remote position control
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:
- Move Group for generating poses
- Jog control as refereto connecting to UR3 - https://github.com/tork-a/jog_control
Any thought would be appreciated. Thanks!