-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
robot_client: joint_traj_streamer does not use special sequence nrs #152
Comments
Triggered by Industrial robot client : Are start and end sequence numbers not genenrated by default ? on ROS Answers. |
@shaun-edwards: can you perhaps comment on why the streaming and downloading clients do this differently? |
Note: for now I've classified this as a bug, but we can relabel it in case it is actually a feature. |
@shaun-edwards: 🛎 ? |
I'm not sure why these were specified for or why they weren't used. I guess specifying the start of a trajectory could be used to "reset" the sequence number, if the server side were tracking it? @gavanderhoorn, does the fanuc driver use these sequence numbers? |
@shaun-edwards wrote:
I added some (speculative) explanation for why
|
I think the action item here is to decide whether we feel what the current generic clients do is what should be considered 'according to spec'. If so, then the documentation (at the very least the comments on the special sequence numbers) should be updated to reflect that. |
In contrast to
JointTrajectoryDownloader
(here), theJointTrajectoryStreamer
class does not actually use the special sequence numbersSTART_TRAJECTORY_STREAMING
andEND_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.
The text was updated successfully, but these errors were encountered: