which rostopic should 3rd part controller publish to, to control a real Universal Robot?
I am attempting to control a UR5 robot arm using a neural network controller. With the minimum amount of reconfiguring, to which topic should the joint commands from the neural network be published? The network output will be a tuple of joint movements of +/- 1 degree. How could I test such a publication message using the command line? This is using ROS Kinetic. Thanks, Dom