Effort on Joint Trajectory Controller
Hi,
I would like to ask for some clarification on the use of Joint Trajectory Controller:
I have been able to use it for tracking of sinusoidal wave by specifying position only and tracking trajectories by specifying both position and velocity when used with Gazebo. However, increasing the damping term of the joint in urdf results in unexpected behavior. Using JointEffortController does results in behavior that is expected.
I thought that using JointTrajectoryController by specifying the effort will results in the same behaviour as JointEffortController but the error 'Size mismatch between trajectory point and permutation vector' throws up when I specify the effort only. It seems that I have to specify the position at all times.
Could someone please advice further on what it is that I am missing out on JointTrajectoryController and why does the damping term results in erratic behavior?