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
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.
The text was updated successfully, but these errors were encountered:
Related to #577.
The
trajectory_interface::sample(...)
method does not populatestate.time_from_start
, becauseQuinticSplineSegment::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.The text was updated successfully, but these errors were encountered: