-
Notifications
You must be signed in to change notification settings - Fork 914
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
rospy: TCPROS, header callerid
optional field
#522
Comments
Can you please create a pull request with your proposed change. But from a first look it seems that the same code is also used for the service connection where the header field is actually required. So the patch will likely need some conditional logic before being merged. |
Really, for service transaction this field is required. So 'unknown' value of var is a best solution that crash. |
Allow the |
Closed by #525. |
According to http://wiki.ros.org/ROS/TCPROS:
But when publisher response header does not contain this field, messages from publisher will not be received, because tcpros_base.py has crashed.
This is simple fix a problem:
The text was updated successfully, but these errors were encountered: