ros-drivers / transport_drivers

A set of ROS2 drivers for transport-layer protocols.
Apache License 2.0
93 stars 56 forks source link

Resize msg_converter/udp_msgs at runtime not at compile time #100

Open jjannik opened 6 months ago

jjannik commented 6 months ago

As far as I can see the unterlying data structure for UdpPacket is vector which is resized at runtime.