controlling joint efforts by arbitrary algorithm
How should a node publish to set a robot's joints' efforts (torques)?
What topic and plugin?
(I know I can subscribe to topic 'joint_states,' published by plugin 'joint_state_publisher.')
I've successfully used ros_control's PID configuration to control joint position.
But, how could I replace the PID with, say, a neural network?
Thanks.