Behavior of JointTrajectoryActionController with a single goal
If I send the JointTrajectoryActionController a single goal using the SimpleActionClient with a velocity and acceleration of 0 each, will the commanded motor torques simply be like a PID controller with a fixed set point?
Will the r_arm_controller (which I am assuming is a JointTrajectoryActionController) start behaving like a JointPositionController in this case?
Thanks.