diff --git a/include/realtime_tools/realtime_buffer.hpp b/include/realtime_tools/realtime_buffer.hpp index 78c320fa..cad69db7 100644 --- a/include/realtime_tools/realtime_buffer.hpp +++ b/include/realtime_tools/realtime_buffer.hpp @@ -27,11 +27,6 @@ // POSSIBILITY OF SUCH DAMAGE. /* - * Publishing ROS messages is difficult, as the publish function is - * not realtime safe. This class provides the proper locking so that - * you can call publish in realtime and a separate (non-realtime) - * thread will ensure that the message gets published over ROS. - * * Author: Wim Meeussen */ diff --git a/include/realtime_tools/realtime_clock.hpp b/include/realtime_tools/realtime_clock.hpp index 2ff9bf4c..6be35449 100644 --- a/include/realtime_tools/realtime_clock.hpp +++ b/include/realtime_tools/realtime_clock.hpp @@ -27,11 +27,6 @@ // POSSIBILITY OF SUCH DAMAGE. /* - * Publishing ROS messages is difficult, as the publish function is - * not realtime safe. This class provides the proper locking so that - * you can call publish in realtime and a separate (non-realtime) - * thread will ensure that the message gets published over ROS. - * * Author: Wim Meeussen */