-
Notifications
You must be signed in to change notification settings - Fork 42
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
mqtt_client doesn't react correctly to a changed ROS message type #15
Comments
Hi, @lreiher, has this issue been fixed on ros2?
These two errors didn't appear at the same. |
No, the ros2 version is even less designed for a change of the message type. To be honest, I don't see that big of a use case in changing the message type anyway. If your message type changes, you might just as well restart the |
No practical motivation. I'm testing the performance of different rmw. It would be easier to be able to change the message type. Anyway, I finished my test by restarting the broker and |
Steps to reproduce
roslaunch mqtt_client standalone.launch
rostopic pub -r 1 /ping/ros std_msgs/String "Hello"
rostopic echo /pong/ros
rostopic pub -r 1 /ping/ros std_msgs/Int32 1
The text was updated successfully, but these errors were encountered: