-
Notifications
You must be signed in to change notification settings - Fork 912
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
roscpp: Empty connection header topic #543
Comments
I can confirm what @tonybaltovski is describing, I used this package: https://github.com/wjwwood/conn_header_test When listening (from C++) to a talker in Python I get something like this:
When the talker is C++, the topic filed is missing from the connection header:
I don't see anything in the documentation which indicates that this should be the case. |
Also, thanks much to @wjwwood for the easy-to-use test case. |
Sure, no problem. Like my mom always said: "Do unto others". |
Pass through the topic field of an incoming connection header, issue #543.
Thanks guys! |
Pass through the topic field of an incoming connection header, issue ros#543.
I am trying to use a driver that reads the name of the incoming topic from the connection header. When I publish data from a C++ node, it is always empty but when I use
rostopic pub
or python it works just fine. Is there a way to ensure the connection header is populated?OS: Ubuntu 14.04
ROS:indigo 1.11.9
roscpp: 1.11.9-0trusty-20141029-0127-+0000
roscpp_core: 0.5.4-0trusty-20140724-0053-+0000
The subscriber is in C++ and is here
Here is the code in python and the C++ node
The text was updated successfully, but these errors were encountered: