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
In contrast to JointTrajectoryDownloader (here), the JointTrajectoryStreamer class does not actually use the special sequence numbersSTART_TRAJECTORY_STREAMING and END_TRAJECTORY (here) when it starts sending trajectory points to the server.
The documentation for SpecialSeqValue does seem to imply that streaming clients are supposed to make use of the special sequence numbers whenever streaming a trajectory, and the behaviour of the downloading client makes it even more confusing as to why the streaming client doesn't do it.
We should either document this as a design choice, or fix this discrepancy as a bug.