ros-drivers / transport_drivers

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

Fix nullptr access in udp receiver node #67

Closed wep21 closed 2 years ago

wep21 commented 2 years ago

This fixes nullptr access in receiver callback.

wep21 commented 2 years ago

@JWhitleyWork Could you review this?