No description
![]() 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. |
||
---|---|---|
.github | ||
cyclonedds_cmake_module | ||
rmw_cyclonedds_cpp | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
An ROS2 RMW implementation on top of Eclipse CycloneDDS
This is just the beginnings of an RMW implementation for Eclipse Cyclone DDS.