The JointTrajectoryController doesn't fill the time_from_start field of the JointTrajectoryPoint in the JointTrajectoryControllerState message published via the state topic and action interface.
Filling out the time_from_start field would be useful to get some feedback on which part of the executed trajectory is currently running and thus how far we are along the trajectory path.
The
JointTrajectoryController
doesn't fill thetime_from_start
field of theJointTrajectoryPoint
in theJointTrajectoryControllerState
message published via the state topic and action interface.Filling out the
time_from_start
field would be useful to get some feedback on which part of the executed trajectory is currently running and thus how far we are along the trajectory path.