ros2_socketcan icon indicating copy to clipboard operation
ros2_socketcan copied to clipboard

The cause of the error cannot be determined and Data retrieval not guaranteed in read/send functions.

Open t-nakagawa-esol opened this issue 2 years ago • 0 comments

  1. Errors (when errno is -1) except for timeout (when errno is 0) are not output in the return value when executing select in the wait function. It is difficult to identify the cause of the error when debugging.

  2. It might not be possible to get the data size of can_frame in one read/send.

So I created a pull request. https://github.com/autowarefoundation/ros2_socketcan/pull/31

t-nakagawa-esol avatar Jan 31 '23 06:01 t-nakagawa-esol