Revert CycloneDDS compatibility change

Since we now send a HEARTBEAT on remote endpoint match, we can use the
PUSH_MODE without fear of "losing" messages with Cyclone DDS.
This commit is contained in:
John Ring 2022-04-16 13:51:31 +02:00
parent 1ed234e85c
commit 6bfcc241c2

View File

@ -773,7 +773,6 @@ package body ros_package is
config.MAX_SAMPLES := profile.HISTORY_DEPTH;
config.MAX_INSTANCES := profile.HISTORY_DEPTH;
config.MAX_SAMPLES_PER_INSTANCE := profile.HISTORY_DEPTH;
config.PUSH_MODE := FALSE; -- CycloneDDS compatibility
end procedure;
function gen_fqn(ns : string; node : string; name : string) return USER_STRING_TYPE is