How to use UR3 with JointGroupPositionController?
So the background is that I want to use the moveit_servo package with a real UR3.
I have some questions regarding implementation of the JointGroupPositionController and the UR drivers:
1) The github page of ur_modern_driver
states that the package is deprecated, and the new release is ur_robot_driver
.
However, I have UR software version 3.4 and the new driver only supports versions >=3.7. Is it correct that I still have to use ur_modern_driver
then?
2) Is it in general possible to control the UR3 with a JointGroupPositionController
? If yes, how? Do I need a hardware_interface for this or can I use the existing one in the ur_robot_driver
package just with a new config file?
I am using Ubuntu 18.04 with ROS melodic.