-
Notifications
You must be signed in to change notification settings - Fork 57
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
Header format changed in ROS2 #109
Comments
and this would also require dealing with the new class here |
Thanks for the report! |
I'm using your ROS2Header-Class but when Im echoing the topic and looking at the message, It seems that the frame_id is not being populated with the string I put in. It works fine with the stamp tho. Is this an issue for you too? |
The sequence ID has apparently been dropped in ROS2 so if you try to use the Header class you get an error:
roslibpy/src/roslibpy/core.py
Line 55 in db741a6
Possible solutions include a flag to switch between ROS1 and ROS2 or adding a separate ROS2 Header class:
The text was updated successfully, but these errors were encountered: