You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I understand correctly, the time_from_start values are all referenced from the header.stamp and are not accumulated (delta time between two trajectory points).
No problem at all, thanks for reporting ;) But you could have a look at the PR and give your approval if this works for you (Files changed -> Review Changes)
Describe the bug
joint_trajectory_controller computes wrong
trajectory_end_time
duringvalidate_trajectory_msg
.In JointTrajectoryController::validate_trajectory_msg() method, the
trajectory_end_time
is computed by adding thetime_from_start
of all trajectory points totrajectory_start_time
.However, if I understand correctly, the
time_from_start
values are all referenced from theheader.stamp
and are not accumulated (delta time between two trajectory points).Expected behavior
Correctly compute
trajectory_end_time
astrajectory_end_time = trajectory_start_time + trajectory.points.back().time_from_start
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: