ros_controllers
ros_controllers copied to clipboard
trajectory_interface::sample does not populate PosVelAcc::time_from_start
Related to #577.
The trajectory_interface::sample(...) method does not populate state.time_from_start, because QuinticSplineSegment::sample(...) doesn't either.
Not completely sure of the semantics of PosVelAccState::time_from_start (from start of the segment or the trajectory?) and, thus, of how it should be filled to offer a PR with a fix, though.