No description
Find a file
Erik Boasson f1602da3be add type names, some more introspection functions
Almost there! Known issues:
* mangling/demangling is still wrong
* it necessarily has to run in the Cyclone default domain id: (1)
  Cyclone is today still limited to a single domain at a time; and (2)
  there is the "extra" participant that pops up here and there for
  creating guard conditions and waitsets without a node existing
* almost all query operations create a reader for a builtin topic and
  throw it away afterward, that might be a little excessive (on the other
  hand, those readers are pretty cheap, so using them as a throwaway
  reader is not so bad).

Still missing:
* get_service_names_and_types
* get_service_names_and_types_by_node

I haven't been able to actually try everything yet, so bugs are probably
lurking here-and-there.
2019-05-21 16:05:52 +02:00
.github initial commit 2018-07-09 13:22:25 +02:00
cyclonedds_cmake_module remove Fast-CDR references in CMake config 2019-05-05 12:31:17 +08:00
rmw_cyclonedds_cpp add type names, some more introspection functions 2019-05-21 16:05:52 +02:00
CONTRIBUTING.md initial commit 2018-07-09 13:22:25 +02:00
LICENSE initial commit 2018-07-09 13:22:25 +02:00
README.md initial commit 2018-07-09 13:22:25 +02:00

An ROS2 RMW implementation on top of Eclipse CycloneDDS

This is just the beginnings of an RMW implementation for Eclipse Cyclone DDS.