ros-drivers / rosserial

A ROS client library for small, embedded devices, such as Arduino. See: http://wiki.ros.org/rosserial
508 stars 527 forks source link

Fixing UDP client socket used for receiving data. #517

Closed TobinHall closed 2 years ago

TobinHall commented 3 years ago

The UDP implementation seems to receive on the client endpoint rather than the server endpoint.

TobinHall commented 2 years ago

Upon further testing, this is not necessary.