Skip to content

Commit 246e57e

Browse files
Remove wrong comments (#240)
1 parent 70d93ba commit 246e57e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

include/realtime_tools/realtime_buffer.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
// POSSIBILITY OF SUCH DAMAGE.
2828

2929
/*
30-
* Publishing ROS messages is difficult, as the publish function is
31-
* not realtime safe. This class provides the proper locking so that
32-
* you can call publish in realtime and a separate (non-realtime)
33-
* thread will ensure that the message gets published over ROS.
34-
*
3530
* Author: Wim Meeussen
3631
*/
3732

include/realtime_tools/realtime_clock.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
// POSSIBILITY OF SUCH DAMAGE.
2828

2929
/*
30-
* Publishing ROS messages is difficult, as the publish function is
31-
* not realtime safe. This class provides the proper locking so that
32-
* you can call publish in realtime and a separate (non-realtime)
33-
* thread will ensure that the message gets published over ROS.
34-
*
3530
* Author: Wim Meeussen
3631
*/
3732

0 commit comments

Comments
 (0)