From 29f4b76d3df907f96df18ab646179bd00c462d0c Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Thu, 19 Sep 2019 12:09:24 +0200 Subject: [PATCH] Update known limitations in README Signed-off-by: Erik Boasson --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8d47c4..0fcf867 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ DDS directly instead of via the ROS2 abstraction. ## Known limitations -There are a number of known limitations: - -* Cyclone DDS does not yet implement DDS Security. Consequently, there is no support for security - in this RMW implementation either. +Cyclone DDS doesn't yet implement the DDS Security standard, nor does it fully implement +the Lifespan, Deadline and some of the Liveliness QoS modes. Consequently these features +of ROS2 are also not yet supported when using Cyclone DDS.