Skip to content

Conversation

@toffanetto
Copy link

Hello. The udp_driver has a problem when you try to sent udp messages in the ROS humble. The payload of the UDP packet is organized in a vector in the ROS topic, and when is set, is copyed to a vector with fixed size. The problem is that this size is chosen using the sizeof the message vector, what return 24 bytes, independety of the real size off the message. I fix it using the vector method size() as the main branch and it works.

@toffanetto toffanetto changed the title 1.2.0 Solving humble UDP driver package truncation in 24 bytes Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant