Skip to content
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

No safe way of sending commands to the base controller as far as I can tell (ros ticket #4279) #320

Open
ahendrix opened this issue Mar 12, 2013 · 0 comments

Comments

@ahendrix
Copy link
Member

As far as I can tell, the only way to command the base controller is a Twist message. Since the message contains no timestamp, there is no way to prevent delays in command messages from being detected.

I would love to be able to specify the time at which the command I am sending to the base controller becomes invalid. This would be easier to use and more flexible than the current parameter for the controller, and would be robust to delayed delivery of the command message.

It seems like it would be easy to add this feature without breaking backward compatibility by adding an alternate command topic.

Let me know if I'm missing something and there is a safe way of doing this.

trac data:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant