Universal_Robots_ROS_Driver icon indicating copy to clipboard operation
Universal_Robots_ROS_Driver copied to clipboard

I have something wrong with main thread

Open tttshao666 opened this issue 4 years ago • 2 comments

[ERROR] [1631239742.680577697]: Unsuccessful in setting main thread realtime priority. Error code: 1 [ERROR] [1631239742.680666131]: Main thread: Scheduling is NOT SCHED_FIFO!

tttshao666 avatar Sep 10 '21 02:09 tttshao666

As the error states, it can't schedule the main thread with real-time priority. Please follow our real-time installation guide in order to setup a real-time enabled kernel correctly.

Note: You can choose to skip this step and ignore the error, but that might lead to undesired side-effects in some cases. It might work without a real-time kernel for testing purposes, but for a production environment we really encourage you to setup a real-time kernel.

fmauch avatar Sep 10 '21 07:09 fmauch

I had this issue previously also, What I had to do was to sudo gedit /etc/security/limits.conf to make sure it had the @realtime soft rtprio 99 @realtime soft priority 99 @realtime soft memlock 102400 @realtime hard rtprio 99 @realtime hard priority 99 @realtime hard memlock 102400

roy-augmentus avatar Sep 20 '21 07:09 roy-augmentus

This issue has not been updated for a long time. If no further updates are added, this will be closed automatically. Comment on the issue to prevent automatic closing.

github-actions[bot] avatar Jun 27 '23 22:06 github-actions[bot]

This issue has been closed due to inactivity. Feel free to comment or reopen if this is still relevant.

github-actions[bot] avatar Jul 28 '23 22:07 github-actions[bot]