ros-controls / realtime_tools

Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior.
https://control.ros.org
BSD 3-Clause "New" or "Revised" License
140 stars 76 forks source link

Make NON_POLLING default? #199

Open christophfroehlich opened 1 week ago

christophfroehlich commented 1 week ago
  1. I don't know why NON_POLLING isn't default (@bmagyar thoughts? My only guess is that when it was written in 2013, it required boost and was therefore "heavier"?), but from #43 it looks like it currently doesn't build anyways. Perhaps once it's fixed we should investigate enabling it by default, at least in Noetic.

_Originally posted by @matthew-reynolds in https://github.com/ros-controls/realtime_tools/issues/50#issuecomment-586715858_