ros-drivers / rosserial

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

High CPU Workload #444

Closed mami1306 closed 4 years ago

mami1306 commented 4 years ago

Hey, since my update on melodic and ubuntu 18.04 I have problems with the serial node. The CPU Workload of the node in kinetic was between 30 and 40%. Since melodic the workload is over 80% and sometimes the whole system is crashing. I only publish imu data and joint state data from my arduino board with the serial connection.

Anybody with the same problem?